Skip to content

Instantly share code, notes, and snippets.

@markedagain
Last active March 13, 2018 20:11
Show Gist options
  • Save markedagain/b84b0d4353a4f8076e2adc3bb34c6fa8 to your computer and use it in GitHub Desktop.
Save markedagain/b84b0d4353a4f8076e2adc3bb34c6fa8 to your computer and use it in GitHub Desktop.
mini snippets
nc -lvnp 1234
http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet
python -c 'import pty;pty.spawn("/bin/bash");'
ctrl + z
stty raw -echo
fg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment