1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 20:39:02 +00:00

Added a task idea posted by David

This commit is contained in:
fyodor
2010-04-02 23:20:19 +00:00
parent 6ea8e7195b
commit 231bc9f02e

View File

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