From d9ef693a93faeeff8c600bf1850a6652d4d19f31 Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 11 Sep 2014 09:21:46 +0000 Subject: [PATCH] remove a TODO item which is an addition to a proposed feature which itself isn't yet in Nmap. So I think it's better to track this one separately --- todo/nmap.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index a14b3ebdb..682b8c4bf 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -23,11 +23,6 @@ o Consider doing TTL analysis (using NSE script) to detect if a firewall might exist in front of a host. See thread at http://seclists.org/nmap-dev/2014/q3/171 -o Consider adding a CLI option that allows the user to select which user - to drop to (when dropping privileges from root). We need to look - into the security implications of this before we implement it. - See thread at http://seclists.org/nmap-dev/2014/q3/304 - o Consider looking into differring TTL values during OS detection phase and choose a port that is (hopefully) not firewalled to get a better chance at correct result. See thread at