exam questions

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 146 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 146
Topic #: 1
[All 312-49v10 Questions]

What is the following command trying to accomplish?
C:> nmap `"sU `"p445 192.168.0.0/24

  • A. Verify that UDP port 445 is open for the 192.168.0.0 network
  • B. Verify that TCP port 445 is open for the 192.168.0.0 network
  • C. Verify that NETBIOS is running for the 192.168.0.0 network
  • D. Verify that UDP port 445 is closed for the 192.168.0.0 network
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
044f354
6 months ago
Selected Answer: A
A. Verify that UDP port 445 is open for the 192.168.0.0 network Command Breakdown: nmap -sU: Scans for open UDP ports. -p445: Specifies port 445, commonly associated with SMB 192.168.0.0/24: Scans the specified subnet
upvoted 2 times
...
Elb
11 months, 4 weeks ago
Selected Answer: A
Attackers wants to know what's open out there
upvoted 3 times
...
quagga
2 years, 7 months ago
The missing command C:\> nmap -sU -p445 192.168.0.0/24
upvoted 3 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 ...