1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 06:09:00 +00:00

Add a couple Zenmap changes David made

This commit is contained in:
fyodor
2007-10-29 02:28:03 +00:00
parent 0ce3c8968e
commit bade93cc3c

View File

@@ -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]