Skip to content

Instantly share code, notes, and snippets.

@netoht
Created September 19, 2017 15:37
Show Gist options
  • Save netoht/43e655a8b7d725f305f04cf881129694 to your computer and use it in GitHub Desktop.
Save netoht/43e655a8b7d725f305f04cf881129694 to your computer and use it in GitHub Desktop.
Send packages test
# Install
- netcat
# Listen
nc -luv 12201
# Send
nc -nuv 10.0.0.1 12201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment