scripts/upgrade-revshell.txt
2025-04-23 09:20:34 +02:00

8 lines
147 B
Text
Executable file

#!/bin/false
# on target
python -c "import pty; pty.spawn('/bin/bash')"
# background with <C-z>
stty raw -echo && fg
export TERM=xterm-256-color