From 246344aa08eb63db943ba885ca1b62f0bd46a37b Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 4 Jun 2009 21:35:57 +0000 Subject: [PATCH] Minor improvements to an existing item --- docs/TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/TODO b/docs/TODO index 69ec92fbb..059b32ce1 100644 --- a/docs/TODO +++ b/docs/TODO @@ -109,7 +109,10 @@ o Deadlock identification and correction: o Consider making it easier to tell whether scripts were specified by name on the command-line (rather than default or by class) so they have the option of providing extra verbosity in that case. For - example, see http://seclists.org/nmap-dev/2009/q2/0563.html + example, see http://seclists.org/nmap-dev/2009/q2/0563.html. We + could either provide a special function for scripts to determine + that, or we could magically adjust nmap.verbosity() when called by + those scripts. o [Ncat] Maybe --chat should imply -l. And Maybe --broker should too?