Nmap Inverse TCP Scan Flashcards

1
Q

Define Inverse TCP Scan

A

Utilize abnormal TCP flags (Fin/Push/Urge/Null) to detect closed ports

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

Inverse TCP Scan Command

A

nmap -sN [ip/hostname]
nmap -sF [ip/hostname]
nmap -sX [ip/hostname]

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

Define XMAS Scan

A

Send fin, push, and null command

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

XMAS Scan Command

A

nmap -sX [ip/hostname]

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

Considerations

A

Flags are RFC compliant (Windows does not follow RFC)

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

Define Maimon Scans

A

Sends fin, ack scan

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

Maimon Scans Command

A

nmap -sM [ip/hostname]

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

Inverse TCP Scan Flag for Additional Information

A

–reason

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