From 8e823f915c86bae40aadccb770db46bd59267f0a Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 5 Jan 2011 02:11:52 +0000 Subject: [PATCH] Add a task to remove some NSE verbosity --- todo/nmap.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index 0fe783823..803b86a43 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -14,6 +14,28 @@ o Write and post 2010 SoC Successes writeup [Fyodor] o Make new SecTools.Org site with the 2010 survey results. +o A trivial change: we currently print some lines about NSE + pre-scanning and post-scanning in verbose mode even when no such + scripts are being run. We should not print those in that case. For + example, nmap -A -v scanme.nmap.org gives me these superfluous lines: + NSE: Starting runlevel 1 (of 2) scan. + Initiating NSE at 18:09 + NSE: Script Pre-scanning. + Completed NSE at 18:09, 0.00s elapsed + NSE: Starting runlevel 2 (of 2) scan. + Initiating NSE at 18:09 + NSE: Script Pre-scanning. + Completed NSE at 18:09, 0.00s elapsed + [...] + NSE: Starting runlevel 1 (of 2) scan. + Initiating NSE at 18:09 + NSE: Script Post-scanning. + Completed NSE at 18:09, 0.00s elapsed + NSE: Starting runlevel 2 (of 2) scan. + Initiating NSE at 18:09 + NSE: Script Post-scanning. + Completed NSE at 18:09, 0.00s elapsed + o Script review: - p2p-dropbox-listener http://seclists.org/nmap-dev/2010/q4/689 - SCADA scripts http://seclists.org/nmap-dev/2010/q4/612