1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 15:39:05 +00:00

Updated the CHANGELOG with information about the new protocol specific packets for IPv6.

This commit is contained in:
sean
2012-07-18 04:15:08 +00:00
parent 753009b5fd
commit 199c92c80b

View File

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