From e889dead9172883748f1456032bf3cd28a7c8dfc Mon Sep 17 00:00:00 2001 From: weilin Date: Wed, 20 Jul 2011 08:29:02 +0000 Subject: [PATCH] o Added IPv6 Neighbor Discovery ping. This is the IPv6 analog to IPv4 ARP scan. It is the default ping type for local IPv6 networks. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 4f5abc7da..bdf974aa5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o Added IPv6 Neighbor Discovery ping. This is the IPv6 analog to IPv4 + ARP scan. It is the default ping type for local IPv6 networks. + [Weilin] + o [NSE] Added smtp-vuln-cve2011-1764 script, which checks if the Exim SMTP server is vulnerable to the DKIM Format String vulnerability (CVE-2011-1764). [Djalal]