>_ linuxcommand.dev
Netcat

-z

Directs nmap to search for active services.

Syntax
$nc -z [host] [ports]
Examples
Examples
$nc -z 192.168.59.1 80-100
Typical use cases
Scan ports
nc -z host port-range
Note Zero-I/O mode for scanning.
Export