Spawn Shell
Non-interactive tty-shell
python -c 'import pty; pty.spawn("/bin/sh")'echo 'os.system('/bin/bash')'/bin/sh -i/bin/bash -iperl -e 'exec "/bin/sh";':!bashInteractive tty-shell
References:
Last updated
Was this helpful?