Stabilize a reverse shell
After getting a reverse shell, we can stabilize it using commands below.
python3 -c 'import pty;pty.spawn("/bin/bash")'export TERM=xtermctrl+zstty raw -echo; fgstty rows 38 columns 116
After getting a reverse shell, we can stabilize it using commands below.
python3 -c 'import pty;pty.spawn("/bin/bash")'export TERM=xtermctrl+zstty raw -echo; fgstty rows 38 columns 116