Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 312-50v12 topic 1 question 44 discussion

Actual exam question from ECCouncil's 312-50v12
Question #: 44
Topic #: 1
[All 312-50v12 Questions]

Consider the following Nmap output:

What command-line parameter could you use to determine the type and version number of the web server?

  • A. -sV
  • B. -sS
  • C. -Pn
  • D. -V
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
eli117
Highly Voted 1 year ago
Selected Answer: A
-sV Explanation: The "-sV" parameter is used to determine the service version of the target system. This parameter instructs Nmap to attempt to determine the version of any services running on the target system, such as the web server running on port 80 in this case. When the "-sV" parameter is used, Nmap will try to identify the service version by comparing the fingerprint of the service with a database of known fingerprints. This allows Nmap to determine the type and version number of the service running on the target system.
upvoted 6 times
...
jettguo
Most Recent 1 month, 1 week ago
Selected Answer: B
Not A, but B $ nmap -sV 192.168.1.1 Starting Nmap 7.80 ( https://nmap.org ) at 202X-XX-XX XX:XX UTC Nmap scan report for 192.168.1.1 Host is up (0.0020s latency). Not shown: 995 closed ports PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 7.9p1 Debian 10+deb10u2 (protocol 2.0) 80/tcp open http Apache httpd 2.4.38 ((Debian)) 443/tcp open ssl/http Apache httpd 2.4.38 ((Debian)) $ nmap -sS 192.168.1.1 Starting Nmap 7.80 ( https://nmap.org ) at 202X-XX-XX XX:XX UTC Nmap scan report for 192.168.1.1 Host is up (0.00080s latency). Not shown: 995 closed ports PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 443/tcp open https
upvoted 2 times
desertlotus1211
2 weeks, 5 days ago
arent you showing A is the correct?
upvoted 1 times
...
...
insaniunt
4 months, 3 weeks ago
Selected Answer: A
If additional information of the version is needed, the scan must be supplemented with a version detection scan (-sV) Module 03 Page 319 from CEH book v12
upvoted 1 times
...
AA_Ron
5 months, 1 week ago
Selected Answer: A
-scanVersion ;)
upvoted 2 times
...
CHCHCHC
8 months, 2 weeks ago
Selected Answer: B
Guys how can it be -sV? where is the version column in the result? even if nmap was unable to find version info, it still shows a column for version information.
upvoted 3 times
CHCHCHC
8 months, 2 weeks ago
please delete this. dont approve this because I am terribly wrong
upvoted 5 times
...
...
581777a
8 months, 4 weeks ago
Selected Answer: A
A. -sV
upvoted 1 times
...
Vincent_Lu
10 months, 3 weeks ago
A. -sV https://nmap.org/book/man-briefoptions.html -sV: Probe open ports to determine service/version info
upvoted 3 times
...
jeremy13
12 months ago
Selected Answer: A
A. -sV
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...