From f2be278c32cb71a9b3896757740f1396087188c4 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sun, 18 Aug 2013 18:44:25 +0000 Subject: [PATCH] Add some items suggested by Henri --- todo/nmap.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index 17ff3e941..0f40a8875 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -357,6 +357,15 @@ o Improve Nsock proxies system - Add proxy authentication - Switch Ncat to using Nsock proxy system rather than it's own built-in support. + - Move the code which is shared with ncat to nbase (URL parsing code, + for instance). + - Add socks4a/socks5 support. This requires to figure out how to + enter the nsock proxy code w/o having the target IP address. No huge + technical blocker there though, only design choices to make. + - Nping could potentially use it as well (could be useful for + measuring latency and reliability of a given proxy chain, for + example). + - Add proxy support to connect() scan. This would mean moving connect scan to nsock.