Updated changelog to reflect changes in ncat r24839 due to merge from nmap-exp/colin/dual_listen

This commit is contained in:
colin 2011-07-12 01:21:37 +00:00
parent 59b7ac706a
commit 575c954a12

View file

@ -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]