Written in: C
The oldest and the most used network mapper.
Installation
Arch
sudo pacman -S nmap
Usage
nmap [OPTIONS] [HOST, HOST_LIST IP_RANGE]
Options
Still can't the naming conventions behind the some options, but here we are.
|
Option |
Meaning |
|---|---|
|
-sn |
Skip port scanning, just ping host(s). |
|
-p |
Specify port, port list or port range to scan. |
|
-Pn |
Skip the discovery phase, treat all hosts as online. |
|
-A |
Get the maximum information about host. |
|
-sV |
Enable service version detection |