Difference between revisions of "Netcat"
Jump to navigation
Jump to search
(Created page with "https://www.digitalocean.com/community/tutorials/how-to-use-netcat-to-establish-and-test-tcp-and-udp-connections") |
|||
| Line 1: | Line 1: | ||
https://www.digitalocean.com/community/tutorials/how-to-use-netcat-to-establish-and-test-tcp-and-udp-connections | https://www.digitalocean.com/community/tutorials/how-to-use-netcat-to-establish-and-test-tcp-and-udp-connections | ||
| + | |||
| + | ``` | ||
| + | nc -z -v host.example.com 443 | ||
| + | ``` | ||
Revision as of 21:50, 8 February 2022
nc -z -v host.example.com 443