1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 15:09:02 +00:00

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.
This commit is contained in:
weilin
2011-07-20 08:29:02 +00:00
parent c32d196ce2
commit e889dead91

View File

@@ -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]