From bade93cc3cfbfd8b7c2d356bfd18351b4ad3f886 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 29 Oct 2007 02:28:03 +0000 Subject: [PATCH] Add a couple Zenmap changes David made --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5858d10e8..c4e2ba20d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -33,6 +33,12 @@ o The SMTPcommands.nse script was updated to support the HELP query in o Added --ttl support for connect() scans (-sT). [Kris] +o Combine the zenmap setup scripts into one portable setup.py rather + than having separate versions for Windows, Unix, and Mac OS X. + +o Removed a bunch of uneccessary/incomplete code and data files from + Zenmap. [ David] + o In nbase, switched from GNU's getopt() replacement functions to Ben Sittler's BSD-licensed (but GNU compatible) functions. [Kris]