1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 04:19:02 +00:00

Changes from chat w/David

This commit is contained in:
fyodor
2010-09-28 21:32:52 +00:00
parent 0ef84cf443
commit 654ba6d0e7

View File

@@ -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.