Skip to content

Instantly share code, notes, and snippets.

@mosesrenegade
Created September 14, 2015 01:06
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 mosesrenegade/0fefff8d7f5e83a517a4 to your computer and use it in GitHub Desktop.
Save mosesrenegade/0fefff8d7f5e83a517a4 to your computer and use it in GitHub Desktop.
Server Side:
nc -l 8000 < file.exe
If needed, client side:
nc example.server.com 8000 > file.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment