What type of server is a penetration tester enumerating when they enter the nmap -sU command?
- DNS, SNMP, or DHCP server
- HTTP or HTTPS server
- POP3, IMAP, or SMTP server
- FTP server
Explanation & Hint: A UDP scan would enumerate servers running protocols that use UDP, such as DNS, SNMP, or DHCP.
|