nmapTool per esplorazione di rete e scansione porte/sicurezza. Alcune funzionalità (es. SYN scan) si attivano solo con privilegi root. Vedi anche:
hping3,masscan,naabu,rustscan,zmap. Maggiori informazioni: https://nmap.org/book/man.html.
nmap -v{{1|2|3}} {{ip_o_nome_host}}
nmap -T5 -sn {{192.168.0.0/24|ip_o_nome_host1,ip_o_nome_host2,...}}
sudo nmap -A -iL {{percorso/del/file.txt}}
-p- per tutte le porte da 1 a 65535):nmap -p {{porta1,porta2,...}} {{ip_o_host1,ip_o_host2,...}}
-oA):nmap -sC -sV -oA {{top-1000-ports}} {{ip_o_host1,ip_o_host2,...}}
default and safe:nmap --script "default and safe" {{ip_o_host1,ip_o_host2,...}}
http-* NSE:nmap --script "http-*" {{ip_o_host1,ip_o_host2,...}} -p 80,443
-T0), [D]ecoy indirizzi sorgente, pacchetti [f]rammentati, dati casuali:sudo nmap -T0 -D {{decoy_ip1,decoy_ip2,...}} --source-port {{53}} -f --data-length {{16}} -Pn {{ip_o_host}}