1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 15:09:01 +00:00

Add some ncat ideas

This commit is contained in:
fyodor
2009-02-26 07:59:57 +00:00
parent 190f7ff6c4
commit b86633e152

View File

@@ -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