From e48a60248d1f15cce646b7464ddae401678c20b7 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 20 Mar 2011 08:37:39 +0000 Subject: [PATCH] o [Zenmap] Fixed a bug in the option parser: -sN (null scan) was interpreted as -sn (no port scan). This was reported by shitaneddine. [David] --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a17a6b336..e39a06769 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] Fixed a bug in the option parser: -sN (null scan) was + interpreted as -sn (no port scan). This was reported by + shitaneddine. [David] + o [NSE] Fixed a problem in oracle-brute that would fail due to connection exhaustion. Fixed some debugging messages in the brute library [Patrik]