From 5774cd5997a373bea415c94e387b7ebd0725ce01 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 17 Jun 2011 20:01:52 +0000 Subject: [PATCH] Updated Changelog --- CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b61544210..08b4d4809 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Nmap] Updated --exclude and --excludefile to now support IPV6 addresses with + netmasks. [Colin] + o [NSE] Added a MySQL audit script and a rulebase that supports auditing a subset of the MySQL CIS 1.0.2 Benchmark. [Patrik] @@ -11,7 +14,7 @@ o [NSE] Added minimal Service Location Protocol (SLP) library and the script broadcast-novell-locate that detects servers running eDirectory. [Patrik] o [ncat] ncat now listens on localhost and ::1 when you do ncat -l. If you - specify an address or use -4,-6 it works as before. + specify an address or use -4,-6 it works as before. [Colin] o [NSE] Added the Simple Mail Transfer Protocol (SMTP) library. [Djalal]