Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save T3nb3w/9cc07ce6586f6bfa5518f6b1034a3a55 to your computer and use it in GitHub Desktop.
Save T3nb3w/9cc07ce6586f6bfa5518f6b1034a3a55 to your computer and use it in GitHub Desktop.
TTY SHELL
# In reverse shell
$ python -c 'import pty; pty.spawn("/bin/bash")'
Ctrl-Z
# In Kali
$ stty raw -echo
$ fg
# In reverse shell
$ reset
$ export SHELL=bash
$ export TERM=xterm-256color
$ stty rows <num> columns <cols>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment