exam questions

Exam CS0-003 All Questions

View all questions & answers for the CS0-003 exam

Exam CS0-003 topic 1 question 187 discussion

Actual exam question from CompTIA's CS0-003
Question #: 187
Topic #: 1
[All CS0-003 Questions]

An analyst investigated a website and produced the following:



Which of the following syntaxes did the analyst use to discover the application versions on this vulnerable website?

  • A. nmap -sS -T4 -F insecure.org
  • B. nmap -C insecure.org
  • C. nmap -sV -T4 -F insecure.org
  • D. nmap -A insecure.org
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
glenndexter
Highly Voted 8 months ago
Selected Answer: C
This command instructs Nmap to perform a fast scan (-F) with version detection (-sV) using an aggressive timing template (-T4) against the target insecure.org.
upvoted 11 times
...
julessandrin
Highly Voted 9 months, 3 weeks ago
Selected Answer: C
-sV tells nmap to determine the version of the services running on open port
upvoted 5 times
...
Brick69
Most Recent 10 months ago
Selected Answer: C
-sV determines the version of the services running
upvoted 4 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 ...