From 276def3c2ea9bc0f6bb8c7ef3f19de025c267f7a Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 15 Jul 2009 01:28:34 +0000 Subject: [PATCH] changes from NSE meeting --- docs/TODO | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/TODO b/docs/TODO index 6c1340a1e..86bddaabd 100644 --- a/docs/TODO +++ b/docs/TODO @@ -81,6 +81,7 @@ o [NSE] We need to deal with libraries which improperly use global 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 [NSE] Consider integrating HP Laserjet print PJL status-setting script. See this thread for an example of such a script: @@ -100,7 +101,7 @@ o The Nmap refguide (http://nmap.org/book/man-performance.html) says We need to either make that work or adjust the documentation. [David/SoC] o Joao is auditing his Lua code to make sure all his variables are - local where appropriate. [Joao] + local where appropriate. [Joao - done, should be commited very soon] o Consider the open proxy scripts more carefully - How should we test whether the proxy attempt was successful? Right @@ -109,10 +110,6 @@ o Consider the open proxy scripts more carefully users specify their own pattern if they specify their own URL. [ Joao is nearly done, will be checking into dev tree] -o [NSE] Make sure all our HTTP scripts transparently support SSL - servers too. [Joao has a solution and is testing the http scripts to - make sure they don't break.] - o Consider moving UDP ping/portscan payloads from payload.cc to a custom data file so that it is cleaner to maintain and users can more easily disable/change probes. [David] @@ -253,6 +250,10 @@ o [NSE] We may want to consider a better exception handling method -- o [NSE] Consider HTTP request caching. +o [NSE] Consider Rob Nicholls http-enum script for incorporation: + http://seclists.org/nmap-dev/2009/q1/0889.html + + o [NSE] Support routing http requests through proxies. o [NSE] http improvements @@ -615,6 +616,10 @@ o random tip database DONE: +o [NSE] Make sure all our HTTP scripts transparently support SSL + servers too. [Joao has a solution and is testing the http scripts to + make sure they don't break.] + o Resolve "memcpy overlap in getinterfaces(int*) (tcpip.cc:2987)". See this thread: http://seclists.org/nmap-dev/2009/q2/0713.html [David/Brandon]