312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 84


What is the following command trying to accomplish?

C:> nmap `"sU `"p445 192.168.0.0/24

Show Answer
Correct Answer: A

The command 'nmap -sU -p445 192.168.0.0/24' is attempting to scan the 192.168.0.0/24 network to determine whether UDP port 445 is open. The '-sU' flag specifies a UDP scan, and '-p445' specifies the port number to scan.

Discussion

2 comments
Sign in to comment
quaggaOption: A
Nov 1, 2022

The missing command C:\> nmap -sU -p445 192.168.0.0/24

ElbOption: A
Jun 15, 2024

Attackers wants to know what's open out there