🟥Shell Upgrade

Stabilize rev shell

python3 -m "import pty;pty.spawn('/bin/bash')"
Ctrl-z
stty raw -echo ; fg ; reset
stty columns 200 rows 200

Last updated