From c41b6285a0f2d164eb7f1439e57e51da07ce6a1e Mon Sep 17 00:00:00 2001 From: david Date: Mon, 17 May 2010 21:11:18 +0000 Subject: [PATCH] Move /ncat/docs/WISHLIST to /nmap/todo/ncat.txt. --- todo/ncat.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 todo/ncat.txt diff --git a/todo/ncat.txt b/todo/ncat.txt new file mode 100644 index 000000000..88bdba4bc --- /dev/null +++ b/todo/ncat.txt @@ -0,0 +1,11 @@ +WISHLIST (this is going to get pretty long, methinks) + +* SOCKS4a/SOCKSv5 implementations +* a -daemonize option. might be handy for socks4/socks5/other_stuff + --would need an improved --stfu option to make this sane, most likely. +* connect to a unix domain socket +* option to change socket blocking options. +* some be able to --append to socket/file/whatever and vice-versa. +* option to redirect debug (which needs more intelligent levels, might I add, such as: info, debug, warning, notice, etc) + to syslog and not to stderr. +* possible --setsid to reassign session leader