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 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?
To include the UDP services SNMP, NetBIOS, and DNS in a penetration test scan, the correct Nmap command should specify the appropriate UDP ports. DNS uses port 53, SNMP uses ports 161 and 162, and NetBIOS uses ports 137 to 139. Therefore, the correct command should include ports 53, 137-139, and 161-162. The option containing these ports is correctly specified as C.
NetBios ports: 137 - 139, and 445 SNMP port: 161, 162 DNS: 53
the right answer is C
This should be C. NetBios ports: 37, 138, and 139. SNMP port: 161 DNS: 53
c correct
This is C
Definitively C
C is wrong because they are Netbios but they are TCP - so doing a UDP scan against them is wrong. 122 is also TCP and so the answer is B
Its C.. B has port 123 which is NTP. NTP is not mentioned on the question.