Shell Management
python3 -c 'import pty; pty.spawn("/bin/bash")'
- CTRL + Z
stty raw -echo; fg
export TERM=xterm-256color
stty sane
stty rows 40; stty cols 80
alternativa
rlwrap nc -lvnp $port
python3 -c 'import pty; pty.spawn("/bin/bash")'
stty raw -echo; fg
export TERM=xterm-256color
stty sane
stty rows 40; stty cols 80
rlwrap nc -lvnp $port