|
Nmap Development
mailing list archives
Re: Errors with -sV and -PE using IPv6
From: Fyodor <fyodor () insecure org>
Date: Sat, 12 Jan 2008 21:06:11 -0800
On Wed, Jan 09, 2008 at 12:49:58PM -0500, Will Cladek wrote:
After breaking out my rusty programming skills, I figured out what was causing the seg fault with the -sV option in
IPv6. It's the following code in scan_engine.cc, starting at line 5101, and then the same code again at 5129:
Thanks for your research! As you note, the right way to fix this is
to fix send_rpc_query() to handle IPv6 addresses. It shouldn't be too
hard, since it isn't generating raw packets and Nmap already has the
code to handle TCP and UDP communication over IPv6. Anyone want to
give it a try? We support IPv6 for the rest of version detection, so
we should do so for RPC scan, unless there is some major difficulty
with doing so.
Cheers,
-F
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
By Date
By Thread
Current thread:
|