Service and Version Detection Flashcards

1
Q

Attempts to determine the version of the service running on port

A

nmap 192.168.1.1 -sV

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

Intensity level 0 to 9. Higher number increases possibility of correctness

A

-sV –version-intensity

nmap 192.168.1.1 -sV –version-intensity 8

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

Enable light mode. Lower possibility of correctness. Faster

A

-sV –version-light

nmap 192.168.1.1 -sV –version-light

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

Enable intensity level 9. Higher possibility of correctness. Slower

A

-sV –version-all

nmap 192.168.1.1 -sV –version-all

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