Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active November 15, 2019 02:31
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 miguelmota/c7812399f33f6b017badef0cf045a526 to your computer and use it in GitHub Desktop.
Save miguelmota/c7812399f33f6b017badef0cf045a526 to your computer and use it in GitHub Desktop.
Stream data folder contents to netcat
nc -l -s 0.0.0.0 -p 1337 | tar xf -
tar cf - . | nc 123.123.123.123 1337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment