1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00

some changes from NSE meeting today

This commit is contained in:
fyodor
2009-07-29 07:36:31 +00:00
parent f39df29350
commit 7a8942eff2

View File

@@ -53,14 +53,11 @@ o Seriously consider making --traceroute work even when we haven't
o Ndiff man page should be built from XML source whenever a release is
done, as ncat/zenmap/nmap man pages are. [Fyodor]
o [NSE] Allow spaces in script arguments without the user having to
manually quote them (beyond normal shell escape quoting). See:
http://seclists.org/nmap-dev/2009/q3/0090.html
[Patrick]
o Add scripting.xml documentation on strict.lua and the avoidance of
global vars in libraries. See
http://seclists.org/nmap-dev/2009/q3/0169.html. [Patrick]
http://seclists.org/nmap-dev/2009/q3/0169.html. Probably a new
section just above "Adding C Modules to "Nselib", such as "Writing
Your Own Library" or somesuch. [Patrick]
o Consider the open proxy scripts more carefully
- How should we test whether the proxy attempt was successful? Right
@@ -574,6 +571,11 @@ o random tip database
DONE:
o [NSE] Allow spaces in script arguments without the user having to
manually quote them (beyond normal shell escape quoting). See:
http://seclists.org/nmap-dev/2009/q3/0090.html
[Patrick]
o [Ncat] Support SCTP now that Nmap does.
- See client support patch by Daniel Roethlisberger:
http://seclists.org/nmap-dev/2009/q2/0609.html