From 140cfdd1055791667186f3109af0473468f9b2e4 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 29 Mar 2010 07:16:25 +0000 Subject: [PATCH] A couple more task ideas --- docs/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/TODO b/docs/TODO index 9015c5e2d..205ebd661 100644 --- a/docs/TODO +++ b/docs/TODO @@ -76,6 +76,9 @@ o Consider enhancing scan stats--maybe we can add a full-scan completion time estimate? Some ideas here: http://seclists.org/nmap-dev/2010/q1/1007 +o [NSE] Consider modifying our brute force scripts to take advantage + of the new NSE multiple-thread parallelism features. + o Review afp-serverinfo.nse from Andrew Orr. http://seclists.org/nmap-dev/2010/q1/470 Just waiting on some bug fixes: http://seclists.org/nmap-dev/2010/q1/665 @@ -97,6 +100,8 @@ o Review DNS fuzzer script from Michael Pattrick. o Start project to make Nmap a Featured Article on Wikipedia. - See http://seclists.org/nmap-dev/2010/q1/614 +o Consider removing --interactive + o Make the nmap.header.tmpl wording a little more generic so it more clearly applies to Ncat, Zenmap, Nping, etc. Then use templatereplace.pl to apply those changes to the code. [Fyodor]