Nmap Development mailing list archives

Re: please clarify this for me


From: David Fifield <david () bamsoftware com>
Date: Fri, 23 Oct 2009 20:21:12 -0600

On Sat, Oct 24, 2009 at 01:49:14AM +0000, mike wrote:
the result i found in my case was it went through about only 20 probes
when it could not detect the service.should this not have gone through
the ENTIRE 1,000 plus probes list to remain accurate?

You are confused with the difference between probes and match lines.
There are only a few dozen probes, but they can match thousands of
different services. If you run with --version-intensity 9 -d2 you should
see all the probes being sent.

$ grep -c ^Probe\  nmap-service-probes
60
$ grep -c ^match\  nmap-service-probes
5489

the debug output i got back was the following:

Fetchfile found .iax2-version.nse
Fetchfile found ./pptp-version.nse
Fetchfile found ./skype2-version.nse
NSE: Loaded 3 scripts for scanning

See http://nmap.org/book/nse-vscan.html. Scripts in the "version"
category are loaded for version detection. The scripts have to be loaded
to get their portrules.

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


Current thread: