Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




nmap-dev logo 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


  By Date           By Thread  

Current thread:
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]