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
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
3
Q
Enable light mode. Lower possibility of correctness. Faster
A
-sV –version-light
nmap 192.168.1.1 -sV –version-light
4
Q
Enable intensity level 9. Higher possibility of correctness. Slower
A
-sV –version-all
nmap 192.168.1.1 -sV –version-all
5
Q
Enables OS detection, version detection, script scanning, and traceroute
A
-A
nmap 192.168.1.1 -A