1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 12:49:02 +00:00

Attach revision numbers to completed tasks in my TODO.

This commit is contained in:
shinnok
2011-06-25 10:59:30 +00:00
parent 70bcce0855
commit 8def3128b1

View File

@@ -26,7 +26,7 @@ o Pending uncompleted SSL handshakes when in --exec* listening mode make
--- ---
o Ncat should close its socket and refuse further connections after the first 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 one, if invoked without --keep-open. That's what traditional netcat does
too. - DONE too. - DONE [r24197]
http://seclists.org/nmap-dev/2011/q2/944 http://seclists.org/nmap-dev/2011/q2/944
o Add TEST in ncat-test.pl o Add TEST in ncat-test.pl
@@ -108,27 +108,29 @@ COMPLETED:
========== ==========
o Closing Zenmap without stopping the scan first will leave nmap running in o Closing Zenmap without stopping the scan first will leave nmap running in
the process list on Windows. the process list on Windows. [r24308]
[Actually, Zenmap was unable to kill the nmap scan processes at all on [Actually, Zenmap was unable to kill the nmap scan processes at all on
Windows] Windows]
o Zenmap should wait for the return exit code of the nmap scanning subprocess o Zenmap should wait for the return exit code of the nmap scanning subprocess
upon killing it(canceled scan), otherwise the subprocesses will enter a upon killing it(canceled scan), otherwise the subprocesses will enter a
defunct(zombie) state. defunct(zombie) state.[r24235]
o Fix build_icmp_raw and build_igmp_raw filling the packet data payload o Fix build_icmp_raw and build_igmp_raw filling the packet data payload
with zeroes instead of the supplied random data, when nmap is invoked with zeroes instead of the supplied random data, when nmap is invoked
with --data-length. with --data-length.[r24127]
o Investigate and document how easy it is to drop Ncat.exe by itself o Investigate and document how easy it is to drop Ncat.exe by itself
on other systems and have it work. We should also look into the on other systems and have it work. [r24242]
dependencies of Nmap and Zenmap. It may be instructive to look at http://seclists.org/nmap-dev/2011/q2/1090
"Portable Firefox"
o We should also look into the dependencies of Nmap and Zenmap.
It may be instructive to look at "Portable Firefox"
(http://portableapps.com/apps/internet/firefox_portable) which is (http://portableapps.com/apps/internet/firefox_portable) which is
built using open source technology from portableapps.com, or look at built using open source technology from portableapps.com, or look at
"The Network Toolkit" by Cace "The Network Toolkit" by Cace
(http://www.cacetech.com/products/network_toolkit.html). For Nmap (http://www.cacetech.com/products/network_toolkit.html).
and Nping, we may want to improve our Winpcap to load as a DLL o For Nmap and Nping, we may want to improve our Winpcap to load as a DLL
without requiring installation. There is a separate TODO item for that. without requiring installation. There is a separate TODO item for that.
o --max-conns is broken in latest svn -> fixed in r24130, other two o --max-conns is broken in latest svn -> fixed in r24130, other two