From 5a1b396f67ecc5a2912a2bc19ec0aeb50e0e18e1 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 26 Jun 2019 20:13:44 +0000 Subject: [PATCH] Changelog entry for vulners.nse --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e3f969615..3076a9c47 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ #Nmap Changelog ($Id$); -*-text-*- +o [NSE][GH#1126] New script vulners.nse queries the Vulners CVE database API + using CPE information from Nmap's service and application version detection. + [GMedian, Daniel Miller] + o [NSE][GH#1633] New script rdp-ntlm-info.nse allows extraction of Windows domain information from RDP services. Information extracted and format of output is the same as other *-ntlm-info scripts. [Tom Sellers]