From 93b9b3fe2d84222d917549736ca1057093318ce4 Mon Sep 17 00:00:00 2001 From: shinnok Date: Sat, 30 Jul 2011 00:18:40 +0000 Subject: [PATCH] Update CHANGELOG with the Nmap options parsing deferring update. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index bd6030211..c81ed9561 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o Nmap now defers options parsing until it has read through all the command line + arguments. You can now use options like -S with an IPv6 address before + specifying -6 at the command line, which previously got you an error. + [Shinnok] + o [NSE] Added the library xmpp.lua and the script xmpp-brute that performs brute force password auditing against XMPP (Jabber) servers. [Patrik]