Created
September 19, 2017 15:37
-
-
Save netoht/43e655a8b7d725f305f04cf881129694 to your computer and use it in GitHub Desktop.
Send packages test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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