Nmap source code learning three software is simple to use, nmap source code learning software
The software installation environment is win7, Zenmap, nmap6.49BETA2
Scan host port
Nmap-T4-A-v 192.168.0.207
Output result:
Scan the entire Subnet
Nmap 192.168.1.1/24
Scan multiple targets:
Nmap 192.168.1.2 192.168.1.5
Load ip list scanning from File
Nmap-iL target.txt
View the list of scanned hosts
Nmap-sL 192.168.1.1/24
Scan specific ports
Nmap-p80, 21,8080 192.168.0.207
Half-Open scan (without a full tcp handshake)
Nmap-sS 192.168.0.207
Full scan
Nmap-sT 192.168.0.207
Scan the opened UDP port
Nmap-sU 192.168.0.207
Send a data packet with a FIN flag
Nmap-sF 192.168.0.207
Ping
Nmap-sP 192.168.0.207
Do not ping
Nmap-O-PN 192.168.1.1/24
Guess Operating System
Nmap-O-osscan-guess 192.168.0.207
Version scan (after scanning the port)
Nmap-sV 192.168.0.207
Idle scan uses the host of another target network to send data packets
Nmap-sL 192.168.0.23 192.168.0.207
Other options:
-Operating System A detection
-6 ipv6 Detection
-T time template, 0-5
-V adds redundancy.
-Exclude: Scan address excluded
-Exclude file: exclude the IP address in the file
For more parameter descriptions, click here to view:
Https://svn.nmap.org/nmap/docs/nmap.usage.txt