Nmap Development mailing list archives

Re: Weilin's Status Report - #12 of 17


From: Toni Ruottu <toni.ruottu () iki fi>
Date: Fri, 22 Jul 2011 23:24:27 +0300

Sorry for not answering immediately. It has been a while since I wrote
that code. The ip6tobin function I wrote might not be adequate as it
is for your more general use case. I brought it up because I was
hoping the script specific ip6tobin function could be removed once we
had a proper library for handling IPv6 addresses. I suppose future
script will need all kinds of IPv6 address format transformations for
supporting various existing protocols. I am not sure what would be the
best way to implement a library for doing such transformations.

2011/7/20 Xu Weilin <mzweilin () gmail com>:


On Tue, Jul 19, 2011 at 10:31 PM, Toni Ruottu <toni.ruottu () iki fi> wrote:

Hey, I had to write some IPv6 address handling code for
nping-brute.nse. I wonder if it would be useful to you. Atleast the
local functions in that script would be better replaced with library
functions once we have such.

On Tue, Jul 19, 2011 at 9:06 AM, Xu Weilin <mzweilin () gmail com> wrote:
Hello,

Accomplishments:
*Improved the IPv6 packet construction of the packet.lua library.
*Added IPv6 parsing to packet.lua library.
*Merged the three scripts into targets-ipv6-multicast.nse.
*Merged ND ping into Nmap-trunk.

Priorities:
*Add support for IPv6 ranges.
*Add targets-ipv6-multicast.nse into Nmap-trunk.

--
Regards
Xu Weilin 许伟林
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Thanks for your nice job, Toni.
The only question is about the endianness. I think nmap.new_socket() has
tackle the endianness automatically, do you think we still need to generate
a binary address of networking-endianness?

--
Regards
Xu Weilin 许伟林


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

Current thread: