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:
edgeos



Nmap Development: Re: --min-rate assertion failure

Re: --min-rate assertion failure

From: David Fifield <david_at_bamsoftware.com>
Date: Wed, 23 Apr 2008 13:00:12 -0600

On Fri, Apr 18, 2008 at 08:58:16PM -0500, Kris Katterjohn wrote:
> I've run into a --min-rate assertion failure. Actually, it's not
> --min-rate specifically as I didn't use it, but the RateMeter stuff that
> is run regardless is the culprit.
>
> I've attached a file with the command used and all of the normal output
> from the scan.

Thanks, Kris, I've verified and reproduced the bug. There's an integer
overflow when subtracting two timevals, the one for the current time and
the one for the time of the start of the scan. It happens after
(1 << 31) / 1000000.0 / 60.0 ~= 35.79 minutes elapsed, which is why it
showed up with a slow UDP scan.

I'm working on a fix.

David Fifield

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

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