Exam PT1-002 All QuestionsBrowse all questions from this exam
Question 90

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?

    Correct Answer: C

    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.

Discussion
kiduuuOption: C

NetBios ports: 137 - 139, and 445 SNMP port: 161, 162 DNS: 53

rogalOption: C

the right answer is C

BinarySoldierOption: C

This should be C. NetBios ports: 37, 138, and 139. SNMP port: 161 DNS: 53

bieecopOption: C

c correct

EZ1656Option: C

This is C

CCSXoraboveOption: C

Definitively C

DohJayVehOption: B

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

carlo479

Its C.. B has port 123 which is NTP. NTP is not mentioned on the question.