tech:notes_nmap
Ceci est une ancienne révision du document !
Notes nmap
Voir aussi :
- masscan
Scan rapide pour savoir les IPs utilisées sur le réseau
nmap -sPn 192.168.1.0/24
Exemple
nmap acme.fr -p 75-85 -Pn --reason
Tester un port UDP
nmap acme.fr -p 67 -sU -Pn --reason
TLS
nmap --script ssl-enum-ciphers www.test.fr
-Pn Ping Not
OS Detection
sudo nmap -O 192.168.1.10 nmap -A 192.168.1.10 nmap -sV 192.168.1.10
Ping TCP
nping -c 10000 --rate 4 --tcp -p 80 192.168.222.19 nmap -sP 192.168.222.19 80
tech/notes_nmap.1743434928.txt.gz · Dernière modification : de Jean-Baptiste
