image.png

  1. -sU:

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

image.png

  1. -sN:

(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.

image.png

  1. -sn:

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

image.png

  1. -v:

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

image.png

  1. -T

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