diff --git a/todo/nmap.txt b/todo/nmap.txt index 8c5c10286..987866188 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -3,8 +3,6 @@ TODO $Id: TODO 11866 2009-01-24 23:10:05Z fyodor $ -*-text-*- o [NSE] Review scripts: o Hostmap (Ange Gutek) - http://seclists.org/nmap-dev/2010/q3/159 -o [Zenmap] Add a button to select script files from the filesystem. - o Process Nmap survey and send out results [Fyodor] o [Web] Add a page with the Nmap related videos we do have already @@ -33,9 +31,6 @@ o Create new default username list: [Ithilgore working on this] and also a general list which we obtain from spidering from emails, etc. -o Nping needs to call nsp_delete so that its socket descriptors are - not left behind. - o Revive the Nmap Public Source License project (need to find an open source attorney to review it). http://nmap.org/npsl/ o Also take close look at Mozilla's license modernization project: @@ -49,9 +44,6 @@ o [NSE] We should probably enable broadcast scripts to work better by See this thread (only some of the messages involve broadcast support): http://seclists.org/nmap-dev/2010/q3/357 -o [NSE] Our http-brute should probably support form POST method rather - than just GET because some forms require that. - o Add raw packet IPv6 support, initially for SYN scan o After that can add UDP scan, and sometime OS detection (David did some research on what IPv6 OS detection might require). @@ -696,6 +688,14 @@ o random tip database DONE: +o [NSE] Our http-brute should probably support form POST method rather + than just GET because some forms require that. + +o Nping needs to call nsp_delete so that its socket descriptors are + not left behind. + +o [Zenmap] Add a button to select script files from the filesystem. + o [Zenmap] Show help for individual script arguments in the Help pane, not for all arguments at once.