Difference between revisions of "Netcat"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
``` | ``` | ||
nc -z -v host.example.com 443 | nc -z -v host.example.com 443 | ||
+ | nc -w 1 -z -v host.example.com 443 | ||
``` | ``` |
Revision as of 14:54, 19 February 2022
nc -z -v host.example.com 443 nc -w 1 -z -v host.example.com 443