1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

New TODO items.

This commit is contained in:
david
2010-06-30 15:40:47 +00:00
parent 0d897a8d2a
commit fe7c14cbe2

View File

@@ -1,3 +1,4 @@
* Make improvements to the irc-unrealircd-backdoor script.
* Brandon says: "Sometime -sV goes just a little too fast and gets a connect * Brandon says: "Sometime -sV goes just a little too fast and gets a connect
error. It should back off and try again a few times before giving up trying error. It should back off and try again a few times before giving up trying
to fingerprint the service." It looks like to fingerprint the service." It looks like
@@ -9,6 +10,7 @@ Summer of coder:
cccam on port 12000 which sends 16 bytes. cccam on port 12000 which sends 16 bytes.
Zenmap: Zenmap:
* Do a memory audit of loading a large scan file.
* Figure out what licensing notices are required in the Mac package for GTK+, * Figure out what licensing notices are required in the Mac package for GTK+,
Glib, Python, and anything else we use. Glib, Python, and anything else we use.
Summer of Coder: Summer of Coder:
@@ -27,6 +29,9 @@ Nsock:
or lines and get exactly that many, no more. Venkat wrote a proposal at or lines and get exactly that many, no more. Venkat wrote a proposal at
http://seclists.org/nmap-dev/2009/q3/0600.html. http://seclists.org/nmap-dev/2009/q3/0600.html.
Web site:
* Look for a good online respository viewer.
Done: Done:
* Handle multiple targets with the same address. * Handle multiple targets with the same address.
* Check necessity of mswin32 pcap includes. * Check necessity of mswin32 pcap includes.
@@ -34,3 +39,4 @@ Done:
uses the short 2 ms timeout like some other platforms without selectable pcap uses the short 2 ms timeout like some other platforms without selectable pcap
fds do. Measure difference in time and CPU time. fds do. Measure difference in time and CPU time.
* Do JavaScript magic to expand/contract NSEDoc sidebar. * Do JavaScript magic to expand/contract NSEDoc sidebar.
* Check out compression options for the NSIS installer.