Trucs avec nmap(1)
Affiche les services ouverts (TCP: SYN+ACK) sur localhost:
$ sudo nmap -sS -P0 -v -v localhost
Pour faire un scan des ports UDP ouverts:
$ sudo nmap -sU -P0 -v -v localhost
Affiche les services ouverts (TCP: SYN+ACK) sur localhost:
$ sudo nmap -sS -P0 -v -v localhost
Pour faire un scan des ports UDP ouverts:
$ sudo nmap -sU -P0 -v -v localhost
TrucsEtAstuces/Nmap (last edited 2006-09-12 11:44:13 by EtienneRobillard)