diff --git a/CHANGELOG b/CHANGELOG index d1fec61f7..c89e4ebae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Add http-iis-short-name-brute script that detects Microsoft IIS + servers vulnerable to a file/folder name disclosure and a denial of + service vulnerability. The script obtains the "shortnames" of the + files and folders in the webroot folder. [Paulino Calderon] + o Idle scan now supports IPv6. IPv6 packets don't usually come with fragments identifiers like IPv4 packets do, so new techniques had to be developed to make idle scan possible. The implementation is by