1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 14:39:02 +00:00
This commit is contained in:
fyodor
2009-06-02 21:44:18 +00:00
parent 1fb6b1ec33
commit 3ba96c4bca
3 changed files with 84 additions and 70 deletions

View File

@@ -1,12 +1,5 @@
TODO $Id: TODO 11866 2009-01-24 23:10:05Z fyodor $ -*-text-*-
o [NSE] Open proxy detection scripts
o We have http-open-proxy.nse, but we should probably either extrand
that to handle other types of proxies (such as SOCKS and HTTP
CONNECT) or create more scripts to handle those other proxy
types. [Joao, David]
o Joao has written scripts, just need to finish up, evaluate, integrate.
o Build x86 VM instance for RPM building. [Fyodor]
o Look into building RPMs with SSL support. Statically linking to
@@ -23,6 +16,15 @@ o Ensure that when I build a distribution package on UNIX (e.g. make
sure that any changes in that dir are included in the release, even
if they aren't check in yet. [Fyodor]
o Release 4.85BETA10
o [NSE] Open proxy detection scripts
o We have http-open-proxy.nse, but we should probably either extrand
that to handle other types of proxies (such as SOCKS and HTTP
CONNECT) or create more scripts to handle those other proxy
types. [Joao, David]
o Joao has written scripts, just need to finish up, evaluate, integrate.
o Consider whether to let Zenmap Topology graph export the images to
svg/png/etc. Also think about printing. Note that João Medeiros
has written a Umit patch to do this:
@@ -79,6 +81,9 @@ o [NSE] Deadlock identification and correction:
deadlocked, or as in the case I observed where whois.nse was locked
with itself."
o [Ncat] Solve EOF issues which crop up when piping to an external
command. See http://seclists.org/nmap-dev/2009/q2/0528.html. [David]
o Integrate SCTP scanning support. See Daniel Roethlisberger's branch
in nmap-exp/daniel/nmap-sctp. As of 4/30/09, he is nearing
completion. See http://seclists.org/nmap-dev/2009/q2/0270.html.
@@ -95,6 +100,8 @@ o Get set up for Coverity scan of latest version to see if it catches
===FEATURES FOR NEXT STABLE VERSION GO ABOVE THIS POINT===
o [Ncat] Maybe --chat should imply -l. And Maybe --broker should too?
o -PO1 and "-sO -p1" seem to send ICMP ping packets with an ICMP ID
field of 0, which we found that a small percentage of hosts drop
(61.13% responded with 0, 62% with a random value). So we might as