From 847354e266c54933cb4bf01aa975d899bf107c72 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 8 Nov 2013 19:12:02 +0000 Subject: [PATCH] Add CHANGELOG entries for a couple new scripts --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b8fb99ae4..69b6d530b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Add rfc868-time script to get the date and time from an RFC 868 Time + server. [Daniel Miller] + +o [NSE] Add weblogic-t3-info script that detects the T3 RMI protocol used by + Oracle/BEA Weblogic. Extracts the Weblogic version, as well [Alessandro + Zanni, Daniel Miller] + o Fixed a bug in libdnet with handling interfaces with AF_LINK addresses on FreeBSD >9 reported by idwer on IRC. Likely affected other *BSDs. Handled by skipping these non-network addresses. [Daniel Miller]