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

Add packet.lua IPv6 changes to CHANGELOG.

This commit is contained in:
david
2011-09-02 04:11:09 +00:00
parent da5a3bf668
commit 307cc527d7

View File

@@ -13,6 +13,9 @@ o [NSE] Added three scripts that do host discovery on local IPv6
packet to discover if anyone else is using the address.
[Weilin, David]
o [NSE] Added functions to packet.lua to make it easier to build IPv6
packets. [Weilin]
o [NSE] Added new script http-vuln-cve2011-3192 which checks whether an instance
of Apache is vulnerable to a DoS attack exploiting the byterange filter. [Duarte Silva].