From 7a8942eff2f12fae469062997a7cce6b1549839c Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 29 Jul 2009 07:36:31 +0000 Subject: [PATCH] some changes from NSE meeting today --- docs/TODO | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/TODO b/docs/TODO index 4351aa387..7394e5de7 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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