Nmap Development mailing list archives

Feature Request: find service


From: Arturo 'Buanzo' Busleiman <buanzo () buanzo com ar>
Date: Tue, 24 Jul 2007 14:10:32 -0300

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

I know I can script this using other nmap commands, but it'd be nice to have this feature:

A way to ask nmap to find some specific service[s] on the target host[s].

For example, I want to find an smtp service on range 200.1.2.0/24:

nmap --find-service=smtp 200.1.2.0/24

That would run service detection on all ports on every target, and report its findings.
Of course, that could be limited to certain port groups, or -F... just a simple, stupid idea.

I know I could just use:

nmap -sV -p1- 200.1.2.0/24|grep -C5 smtp or something like that, but, well, I needed to do it fast
and cleanly today, and had no unix shell at hand.

- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital Federal)
Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock Melodico


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGpjKIAlpOsGhXcE0RCsggAJ4lz1tj0oeBwbwTXDGdaImxqYjn4ACfQvoM
Km6JjDQoZyFvxx4P0nMvU6E=
=I6ee
-----END PGP SIGNATURE-----

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: