Nmap Cheat Sheet Scan Options Flashcards
1
Q
Input targets from file
A
nmap -iL
2
Q
Choose random targets
A
nmap -iR
3
Q
Specify ports to scan
A
nmap -p
For example, NMAP -sT -p 1-1024 10.0.0.0 /8 will scan the whole 10 network for ports 1 through 1024.
4
Q
Scan fewer ports than default (fast mode)
A
nmap -F
5
Q
Scan from a script
A
nmap –script
6
Q
Scan with IPv6
A
nmap -6
7
Q
Configure timing of scan (higher num is faster)
A
nmap -T<0-5>
Controls timing template
You can slow your scans down to try to avoid detection by the IDS