From 199c92c80b8035eab1ac44feb2ef84f5102aef6f Mon Sep 17 00:00:00 2001 From: sean Date: Wed, 18 Jul 2012 04:15:08 +0000 Subject: [PATCH] Updated the CHANGELOG with information about the new protocol specific packets for IPv6. --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 185464ff2..37963517d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ # Nmap Changelog ($Id$); -*-text-*- +o Added protocol specific payloads for IPv6 hop-by-hop (0x00), routing (0x2b), +fragment (0x2c), and destination (0x3c). [Sean Rivera] o [NSE] Added http-slowloris script which performes a slowloris DoS attack against a Web server and reports if it's vulnerable or not. [Aleksandar Nikolic]