Use netcat to check udp port status
Damn you, Windows. You’ve conditioned me to use telnet for network connectivity checks instead of superior tools like netcat (which supports UDP ports).
I nearly forgot this one so I thought I’d write it down:
nc -vzu <ip address> <udp port or port range>
- -v enables verbose mode for easier feedback.
- -z scans for listening daemons without sending any data to them.
- -u uses UDP instead of TCP.
‘Nuff said.
38 Notes/ Hide
-
likeipad2 liked this
-
internationalex liked this
-
null404 liked this
-
oniontux liked this
-
oniontux reblogged this from mikeberggren
-
resorts69 liked this
-
techniquesui85 liked this
-
resolution39to liked this
-
transientyou83 liked this
-
committeeme8 liked this
-
jankowskihi6 liked this
-
gloria2fg liked this
-
fitzpatrickyou834 liked this
-
mikeberggren posted this