8 lines
147 B
Text
Executable file
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
|