OS Detection Flashcards

1
Q

Remote OS detection using TCP/IP

stack fingerprinting

A

-O

nmap 192.168.1.1 -O

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

If at least one open and one closed
TCP port are not found it will not try
OS detection against host

A

-O –osscan-limit

nmap 192.168.1.1 -O –osscan-limit

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

Makes Nmap guess more aggressively

A

-O –osscan-guess

nmap 192.168.1.1 -O –osscan-guess

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

Set the maximum number x of OS

detection tries against a target

A

-O –max-os-tries

nmap 192.168.1.1 -O –max-os-tries 1

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

Enables OS detection, version detection, script scanning, and traceroute

A

-A

nmap 192.168.1.1 -A

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