From 26c7f91883220183c512c0176e48f8af48fe16a9 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 2 May 2011 21:24:34 +0000 Subject: [PATCH] CHANGELOG: o [Zenmap] Fixed an error that could cause a crash ("TypeError: an integer is required") if a sort column in the ports table was unset. [David] --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7c3434d13..c263a56ce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] Fixed an error that could cause a crash ("TypeError: an + integer is required") if a sort column in the ports table was unset. + [David] + o [NSE] Added http-wp-plugins.nse, which retrieves the list of installed Wordpress plugins by bruteforcing the wp-content directory. [Ange Gutek]