Which of the following nmap command did you run?

You run nmap port Scan on 10.0.0.5 and attempt to gain banner/server information from services
running on ports 21, 110 and 123.
Here is the output of your scan results:

Which of the following nmap command did you run?

You run nmap port Scan on 10.0.0.5 and attempt to gain banner/server information from services
running on ports 21, 110 and 123.
Here is the output of your scan results:

Which of the following nmap command did you run?

A.
nmap -A -sV -p21,110,123 10.0.0.5

B.
nmap -F -sV -p21,110,123 10.0.0.5

C.
nmap -O -sV -p21,110,123 10.0.0.5

D.
nmap -T -sV -p21,110,123 10.0.0.5



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Guest

Guest

-A also does OS detection. What makes -O correct

TheSarge

TheSarge

It’s A

-A: Enable OS detection, version detection, script scanning, and traceroute
on the example there is also Network Distance

HuHai

HuHai

The answer is A. In the figure has field of VERSION.

HuHai

HuHai

I’m wrong!

The answer is C.

The field of VERSION is by -sV.
The option -A is including -O, -sV, -sC –traceroute.
But cannot find section of TRACEROUTE in the figure. So the answer is C.