🫥

[備忘録]シェルの安定化

に公開
python3 -c "import pty; pty.spawn('/bin/bash')"

Ctrl+z

stty raw -echo; fg

https://book.hacktricks.xyz/generic-methodologies-and-resources/reverse-shells/full-ttys

Discussion