Nmap Development mailing list archives

Re: Nmap 4.20ALPHA1 - New OS Detection System!


From: Diman Todorov <diman () xover mud at>
Date: Mon, 26 Jun 2006 15:16:09 +0200

Another bug report:
in nmap.cc on line 1565:

     if (o.osscan != OS_SCAN_SYS_1_ONLY)
           os_scan_2(Targets);

if o.osscan is not set at all it is not OS_SCAN_SYS_1_ONLY
this means that it is not possible to perform an nmap scan
without OS detection (either os1 or os2)
perhaps you should change it to

if (o.osscan == OS_SCAN_DEFAULT || o.osscan == OS_SCAN_SYS_2_ONLY)
           os_scan_2(Targets);

cheers
Diman


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


Current thread: