From 231bc9f02e8040d22b44f4ae881be8cfa7d334e6 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 2 Apr 2010 23:20:19 +0000 Subject: [PATCH] Added a task idea posted by David --- docs/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/TODO b/docs/TODO index c3d641bf0..a8cb7a783 100644 --- a/docs/TODO +++ b/docs/TODO @@ -80,6 +80,12 @@ o We should probably enhance 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] We should probably have a standard function which takes time + arguments in the same format as Nmap does (e.g. 60s, 1m, etc.) and + the scripts which take time arguments should be modified to use + it. David suggests this here: + http://seclists.org/nmap-dev/2010/q2/35 + o [NSE] Consider modifying our brute force scripts to take advantage of the new NSE multiple-thread parallelism features.