TTYSpawn Posted on April 30, 2020May 17, 2020 by 0pr Table of Contents Bash Python Bash SHELL=/bin/bash script -q /dev/null Python python -c 'import pty;pty.spawn("/bin/bash")' 0pr i'm player~