From 575c954a1272689db5d8d1eb9bfa98a11d2dff85 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 12 Jul 2011 01:21:37 +0000 Subject: [PATCH] Updated changelog to reflect changes in ncat r24839 due to merge from nmap-exp/colin/dual_listen --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a0619fd7e..a0b6393e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] Ncat now supports IPV6 addresses by default without the -6 flag. + Additionally ncat listens on both :: and localhost when passed + -l, or any other listening mode unless a specific listening address is + supplied. + o [NSE] Split script db2-discover into two scripts, adding a new broadcast-db2-discover script. This script attempts to discover DB2 database servers through broadcast requests. [Patrik Karlsson]