Crazy nmap command
nmap -PE -PM -PO -PS -PP -PU -n -sU -g 53 -sV --version-all -O -T4 --open 127.0.0.1
Yep, it’s pretty crazy, but the output can be very juicy :)
I like my coffee black, just like my macbook…
nmap -PE -PM -PO -PS -PP -PU -n -sU -g 53 -sV --version-all -O -T4 --open 127.0.0.1
Yep, it’s pretty crazy, but the output can be very juicy :)
2 Responses to “Crazy nmap command”
Leave a Reply
23. July 2008 at 22:46
Que faz esse comando?
23. July 2008 at 23:01
Faz um scan bastante completo a um ou mais hosts. Podes confirmar cada parametro na man page do nmap.
Assim por alto:
-sU scaneia as portas UDP
-g 53 - a porta de onde partem os connects é a 53
-O OS fingerprinting, tenta adivinhar o sistema operativo
-PO IP protocol ping
-sV indicar a versao dos serviços a correr nas portas
etc…