From b86633e15247f760e8ef561db74fb3a0fb517028 Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 26 Feb 2009 07:59:57 +0000 Subject: [PATCH] Add some ncat ideas --- docs/TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/TODO b/docs/TODO index 9af5fcab3..f14901ee8 100644 --- a/docs/TODO +++ b/docs/TODO @@ -23,6 +23,17 @@ o Consider converting this file to emacs org-mode o That format is still plain text and can be read/edited by vi users, etc. +o [Ncat] --talk should probably be changed (in the code and + documentation) to --chat, as Ncat chat has a + much nicer ring to it, IMHO. --talk should remain as an alias to + --chat, but we don't need to document it. + +o [Ncat] --chat should probably only allow reasonable chars, to avoid + cntrl-chars, etc.. We could also consider a way for people to choose + usernames. We should probably make --ssl work. If nothing else, it + might be useful if you want to reduce the number of people + connecting with telnet, etc. rather than ncat. + o Determine what we should do about the IE.DLI OS detection test o It appears that of the 1657 results for this test in nmap-os-db, 1656 are DLI=S and the remaining one is DLI=100 @@ -36,6 +47,9 @@ o [Ncat] Let people set up authenticated proxies using --listen and --proxy-auth together (right now we don't support that). [David] +o [Ncat] Can we use it as an IPv4 <-> IPv6 gateway? If so (or if we + can add it), it should be added to the ncat guide feature list. + o [Ncat] The sys_wrap.c/.h code contains a whole bunch of capitalized versions of system calls (Fork(), Socket(), Sscanf(), etc.) which are mostly the same as the standard version except that they cause