Nmap Development mailing list archives
nping-brute bug + patch
From: Toni Ruottu <toni.ruottu () iki fi>
Date: Tue, 20 Sep 2011 11:11:56 +0300
hey nping-brute relied on doing "if self.host.bin_ip then" to check if we were doing an IPv4 scan. The latest changes made bin_ip available for IPv6 too, which is great. The change made rest of the script simpler, but I needed to change the check to "if #self.host.bin_ip == 4 then". I have included a patch that fixes the problem with nping-brute. However, there might be other scripts that have the same problem. --Toni
Attachment:
nping-brute-ip6.patch
Description:
_______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://seclists.org/nmap-dev/
Current thread:
- nping-brute bug + patch Toni Ruottu (Sep 20)
- Re: nping-brute bug + patch David Fifield (Sep 20)
