Back to Tools
TTY Shell Spawner
TTY Shell Spawner / Stabilizer
Got a dumb shell (netcat) that crashes on Ctrl+C? Use these commands to spawn a fully interactive TTY shell (su, nano, tab-complete support).
Python 2/3 Import
/usr/bin/script
Full Upgrade (Ctrl+Z method)
Perl Exec
Ruby Exec
Why Spawn a TTY Shell?
When you catch a reverse shell with Netcat, it's usually a "dumb" shell. You can't use su, sudo, or text editors like nano/vim. Pressing Ctrl+C kills your connection. Spawning a TTY shell solves these problems, giving you a full terminal experience during post-exploitation.