A client has requested that the penetration test scan include the following UDP services: SNMP, NetBIOS, and DNS. Which of the following Nmap commands will perform the scan?
A.
nmap –vv sUV –p 53, 123-159 10.10.1.20/24 –oA udpscan
B.
nmap –vv sUV –p 53,123,161-162 10.10.1.20/24 –oA udpscan
C.
nmap –vv sUV –p 53,137-139,161-162 10.10.1.20/24 –oA udpscan
D.
nmap –vv sUV –p 53, 122-123, 160-161 10.10.1.20/24 –oA udpscan
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit