Nmap Cheat Sheet Scan Options Flashcards

1
Q

Input targets from file

A

nmap -iL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Choose random targets

A

nmap -iR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Scan fewer ports than default (fast mode)

A

nmap -F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Scan from a script

A

nmap –script

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Scan with IPv6

A

nmap -6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly