From 307cc527d7958b9fe13214cdeea0b51b0aeabcd0 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 2 Sep 2011 04:11:09 +0000 Subject: [PATCH] Add packet.lua IPv6 changes to CHANGELOG. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 49a64f009..97aaa2248 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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].