20-NMAP Command Structure
20-NMAP Command Structure
nmap
The main command to run the Nmap tool.
No scan happens without specifying some arguments after it.
{Target(s)}
The IP address, range, or domain name you want to scan.
Defines who/what you are scanning.
Examples:
o Single IP: 192.168.1.1
o Range: 192.168.1.1-100
o Subnet: 192.168.1.0/24
o Domain: scanme.nmap.org
o File of Targets: -iL targets.txt