nmap Switches Flashcards

1
Q

nmap-sS

A

TCP SYN - half-open scan, requests connection without acknowledging

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

nmap -sT

A

TCP Connect - Half-open scan, requires privileged access

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

nmap -sU

A

UDP Scan - Scans UDP ports, takes time as must wait for response or timeout

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

nmap -p

A

Port Range - Specify port range

Can use “–top-portsn” where “n” is the number of commonly used ports

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

nmap -sV or -A

A

Probe more intensely to find software and versions

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

nmap -Pn

A

Scan without host discovery

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