1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-30 10:09:03 +00:00

Remove the Zenmap command wizard. The profile editor has always been a

better interface with tabs instead of a linear sequence of pages. The
ability to run a scan from the editor was the one thing the command
wizard could do that the profile editor couldn't, but now it can do that
too.
This commit is contained in:
david
2009-05-08 15:00:55 +00:00
parent 6ad02f6509
commit 801c3628a4

View File

@@ -1,5 +1,12 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] The command wizard has been removed. The profile editor has
the same capabilities with a better interface that doesn't require
clicking through many screens. The profile editor now has its own
"Scan" button that lets you run an edited command line immediately
without saving a new profile. The profile editor now comes up
showing the current command rather than being blank. [David]
o [Ncat] Ncat now automatically generates a temporary keypair and
certificate in memory when you don't use the --ssl-key and
--ssl-cert options. [David]