From 080015cd244ff890063933e373bb97db38acfdb9 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sun, 8 Sep 2013 07:45:54 +0000 Subject: [PATCH] Add an item noted on dev list --- todo/nmap.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index 0f40a8875..ba93b7369 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -9,6 +9,13 @@ o Adopt an issue tracking system for Nmap and related tools. We system through email. Like for bugs people file on the Nmap package in Debian, I can just reply to the mail and it gets added in the tracker. +o When scanning your own IP from Windows, Nmap currently recognizes + the problem (can't do a raw scan like that on Windows) and skips the + SYN scan, leading to Nmap printing a bunch of ports in "unknown" + state at the end. Nmap should probably act like unprivileged mode + in this case (e.g. do a connect scan, etc.). See + http://seclists.org/nmap-dev/2013/q3/519 + o Make CONCURRENCY_LIMIT in nse_main.lua at least the min-parallelism. Otherwise NSE is limited to 1000 socket-using threads even if you've requested more.