From a5bfcedda356b8fef2fb8f2d89fd02ddea1579b6 Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 29 Jun 2011 08:18:13 +0000 Subject: [PATCH] Add an idea we talked about in the NSE meeting yesterday --- todo/nmap.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index 4257e4d88..8d27c6fa4 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -101,6 +101,14 @@ o Investigate and document how easy it is to drop Ncat.exe by itself and Nping, we may want to improve our Winpcap to load as a DLL without requiring installation. There is a separate TODO item for that. +o We should probably modify stdnse.get_script_args so that it first + checks [scriptname].[argname] and then (if that fails) looks for + [argname] by itself. This way people who are only running one + script or who want to use the same value for multiple scripts that + take the same argument can just give [argname]. But those who want + an argument to only apply to a specific script can give + [scriptname].[argname]. + o Nmap Network Scanning, 2nd Edition work [placeholder] o Nscan work [placeholder]