From 696d5cb66d4bdac662a5389cba0bc1bfe3ce4759 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 13 Dec 2009 22:47:29 +0000 Subject: [PATCH] Consolidate recent new scripts in the CHANGELOG. --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ba87fe01e..f90c0abbf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,5 @@ # Nmap Changelog ($Id$); -*-text-*- -o Added a new script, nfs-showmount by Patrik Karlsson, that shows nfs - exports like "showmount -e". - o Added a UDP SIPOptions probe corresponding to the TCP one thanks to the research and testing of Patrik Karlsson and Matt Selsky. @@ -11,6 +8,9 @@ o Added a UDP payload and service detection probe for Citrix o Added new NSE scripts: + o nfs-showmount shows NFS exports like "showmount -e" does. [Patrik + Karlsson] + o ntp-info gets the time and configuration variables from the NTP service. It may get such interesting information as the operating system, server build date, and upstream time server IP address.