🍡UDP Scans
UDP scans are stateless, meaning that instead of a three-way handshake, UDP simply sends packets hoping that the target will recieve them.
The target will respond with an ICMP ping packet stating a message that the port is unreachable.
If a UDP port doesn't respond to an Nmap scan, Nmap will report it as "open|filtered" meaning that it suspects a firewall.
Last updated