Created
September 10, 2016 16:54
-
-
Save dwallraff/327a73f1ec7f7f5b69a554e11923c0ca to your computer and use it in GitHub Desktop.
Test UDP with netcat
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
netcat -u host port | |
# netcat -z -v domain.com 1-1000 | |
# -z just checks connection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment