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

Exam CFR-310 All Questions

View all questions & answers for the CFR-310 exam

Exam CFR-310 topic 1 question 16 discussion

Actual exam question from CertNexus's CFR-310
Question #: 16
Topic #: 1
[All CFR-310 Questions]

Which of the following does the command nmap –open 10.10.10.3 do?

  • A. Execute a scan on a single host, returning only open ports.
  • B. Execute a scan on a subnet, returning detailed information on open ports.
  • C. Execute a scan on a subnet, returning all hosts with open ports.
  • D. Execute a scan on a single host, returning open services.
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
044f354
1 month, 3 weeks ago
Selected Answer: A
A. Execute a scan on a single host, returning only open ports. Explanation: nmap -open 10.10.10.3 performs a scan on the specified IP address (in this case, 10.10.10.3) and returns information only about ports that are open on that host. The -open option ensures that only open ports are displayed, filtering out closed and filtered ports. Why the other answers are incorrect: B. Execute a scan on a subnet, returning detailed information on open ports: The command targets a single host, not a subnet. C. Execute a scan on a subnet, returning all hosts with open ports: The command only scans one host (10.10.10.3), not a range of hosts in a subnet. D. Execute a scan on a single host, returning open services: While Nmap can display services, the -open flag only returns open ports, not detailed service information.
upvoted 1 times
...
Wutan
1 year, 2 months ago
Selected Answer: A
The answer is A, Execute a scan on a single host, returning only open ports. In this case, the command nmap –open 10.10.10.3 will scan the host with IP address 10.10.10.3 and return only the open ports.
upvoted 1 times
...
r04dB10ck
1 year, 8 months ago
Selected Answer: A
https://nmap.org/book/man-briefoptions.html
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 ...