From 2a0c839986d6a8820b6a2ae958a699ad0eb2f7aa Mon Sep 17 00:00:00 2001 From: shinnok Date: Mon, 4 Jul 2011 21:41:47 +0000 Subject: [PATCH] Update status on a bunch of tasks in my TODO file. --- todo/shinnok.txt | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/todo/shinnok.txt b/todo/shinnok.txt index 7e5ca4b9e..53eacb9d1 100644 --- a/todo/shinnok.txt +++ b/todo/shinnok.txt @@ -1,6 +1,16 @@ In progress: ============ +o Nmap should defer address parsing in arguments until it has read + through all the args. Otherwise you get an error if you use like -S + with an IPv6 address before you put -6 in the command line. You + get a similar problem (on David's IPv6 branch) if you do "-A -6" + (but "-6 -A works properly). + + +Hanging(waiting for further input, etc..): +========================================== + -- o Ncat hangs on ssl -> REFACTORING some refactoring left to be done to reduce code duplication @@ -24,17 +34,9 @@ o Pending uncompleted SSL handshakes when in --exec* listening mode make until the ssl handshake has been completed. http://seclists.org/nmap-dev/2011/q2/988 --- -o Ncat should close its socket and refuse further connections after the first - one, if invoked without --keep-open. That's what traditional netcat does - too. - DONE [r24197] - http://seclists.org/nmap-dev/2011/q2/944 - o Add TEST in ncat-test.pl o Fix ncat.xml(the input for the man page) examples section. -Hanging(waiting for further input, etc..): -========================================== - o NMAP reports different service results every so often with the same port. http://seclists.org/nmap-dev/2011/q2/815 @@ -45,11 +47,6 @@ o Review latest revision of Marek's ncat_proxy.patch - DONE Pending: ======== -o Nmap should defer address parsing in arguments until it has read - through all the args. Otherwise you get an error if you use like -S - with an IPv6 address before you put -6 in the command line. You - get a similar problem (on David's IPv6 branch) if you do "-A -6" - (but "-6 -A works properly). Pending (low priority): ======================= @@ -107,6 +104,12 @@ o We should offer partial results when a host COMPLETED: ========== +o Ncat should close its socket and refuse further connections after the first + one, if invoked without --keep-open. That's what traditional netcat does + too. - DONE [r24197] + http://seclists.org/nmap-dev/2011/q2/944 + o Add TEST in ncat-test.pl - DONE [r24373] + o Closing Zenmap without stopping the scan first will leave nmap running in the process list on Windows. [r24308] [Actually, Zenmap was unable to kill the nmap scan processes at all on