
UDP scan works by sending a UDP packet to every targeted port

(NULL scan) is an Nmap technique that sends TCP packets with no flags set to identify open or filtered ports based on target response behavior.

-sn is used for host discovery only - it checks which systems are alive without performing any port scanning.

-v stands for verbose mode, which makes Nmap display more detailed output during the scan.

-T is used to control the speed and aggressiveness of a scan, balancing between stealth and performance.