From 1b86c95d3b0259bda682e99b1e410fdf92001e2f Mon Sep 17 00:00:00 2001 From: gyani Date: Sat, 4 Jul 2015 11:38:26 +0000 Subject: [PATCH] The CHANGELOG summarizes the changes I made to ssl-enum-ciphers, http-crossdomainxml, http-grep, http-brute, smbauth.lua and http.lua. --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 751137d0c..fd509d978 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,21 @@ # Nmap Changelog ($Id: CHANGELOG 34742 2015-06-25 19:37:51Z dmiller $); -*-text-*- +o [NSE] Added NTLM brute support to http-brute. [Gyanendra Mishra] + +o [NSE] Added NTLM authentication support to http.lua and a related function to create + an ntlm v2 session response in smbauth.lua. [Gyanendra Mishra] + +o [NSE] ssl-enum-ciphers now marks cipher scores as unkown for ciphers requiring + the use of openssl when openssl is missing. [jrchamp] + +o [NSE] Added builtin pattern and multiple pattern search to http-grep. [Gyanendra Mishra] + +o [NSE] http-crossdomainxml is now http-cross-domain-policy and supports client access + policies and uses the new SLAXML parser. [Gyanendra Mishra] + +o [NSE] Added a patch for vulns lib that allows list of tables to be submitted + to fields in the vulns report. [Jacob Gajek] + o [NSE] Added additional checks for successful PUT request in http-put. [Oleg Mitrofanov]