Skip to content

Instantly share code, notes, and snippets.

@chosenonehacks
Last active April 2, 2019 20:32
Show Gist options
  • Save chosenonehacks/7d8f7853027594961d3dbcc8b190ee9f to your computer and use it in GitHub Desktop.
Save chosenonehacks/7d8f7853027594961d3dbcc8b190ee9f to your computer and use it in GitHub Desktop.
Spawn TTY Shell
python -c 'import pty;pty.spawn("/bin/bash")'
#or
/bin/sh -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment