>_ linuxcommand.dev
Startseite Port Scanning
Netcat

Port Scanning

Scan for open ports on a host.

Syntax
$nc -zv [host] [port-range]
Examples
Examples
$nc -zv 192.168.59.1 80-100
Examples
$nc -zv 192.168.59.1 80 22 443
Typical use cases
Scan ports
nc -zv host port-range
Note Port scanning and banner grabbing.
Export