Guía rápida nmap

nmap [–s] [–p ] [–]

TCP connect scan: nmap –sT

TCP SYN scan: nmap –sS


TCP ACK scan: nmap –sA y nmap –sW


TCP FIN scan: nmap –sF


TCP Null scan: nmap –sN


TCP Xmas scan: nmap –sX


UDP scan: nmap –sU


RPC scan: nmap –sR


TCP reverse ident scan: nmap –I


ICMP echo scan: nmap –sP


IP protocol scan: nmap –sO


Operative System scan: nmap –O


Slow scan: nmap --scan_delay


Fragmentation scan: nmap –f


FTP bounce scan: nmap –b <[usuario:contraseña@]direcciónFTP[:puerto]>


Spoofed scan: nmap -S


Decoy scan: nmap -D


Dumb host scan: nmap –sI


Random scan: nmap --randomize_hosts (por defecto, los puertos destino ya están en orden aleatorio)


Extraído de http://unlugarsinfin.blogspot.es

Comentarios