Stabilizing shell
Technique 1
Execute these commands on target computer
python3 -c 'import pty;pty.spawn("/bin/bash")'
^Z
stty raw -echo; fg
Technique 2
-
links to ressources