tags : Upgrade_Reverse_Shell


python3 -c 'import pty; pty.spawn("/bin/bash")'
export TERM=xterm
Ctrl + Z  #Per tornare sul terminale host
 
#Digita questo comando sul terminale host
 
stty raw -echo; fg

Dopo aver eseguito questi comandi avrai una shell con autocompletamento, CTRL + C che chiude i programmi e non la shell e tante altre belle cose.