1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 23:29:04 +00:00

changes from NSE meeting

This commit is contained in:
fyodor
2009-07-15 01:28:34 +00:00
parent 01c25ab29e
commit 276def3c2e

View File

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