nmap Archive

How to use nmap to check udp port

This nmap example explains how to use nmap to check UDP port (OPEN OR CLOSED )on a system. DNS works on UDP. We initiate UDP scan on a DNS server to check its status. The script is shown below. nmap -sU -p 53 192.168.1.5 -sU: This option