mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
note a couple done tasks
This commit is contained in:
parent
69e1295384
commit
6383d051d0
1 changed files with 14 additions and 12 deletions
|
|
@ -17,10 +17,6 @@ o Investigate ways to limit Winpcap privileges so that only
|
|||
- CACE says they will add a feature to do this. See this thread:
|
||||
http://seclists.org/nmap-dev/2010/q3/826
|
||||
|
||||
o Update our distribution build systems and documentation to use
|
||||
Visual C++ 2010 Express rather than the 2008 version. See
|
||||
http://www.microsoft.com/express/Windows/
|
||||
|
||||
o We should probably update our Windows build systems to use Python
|
||||
2.7. As of 11/8, it looks like all our dependency libraries are
|
||||
available for 2.7:
|
||||
|
|
@ -476,14 +472,6 @@ o [NSE] BasicHTML/XML parser? For example, Sven Klemm wrote a script
|
|||
o [NSE] Would be great if NSE scripts could be made to NOT
|
||||
run as root if they don't have to.
|
||||
|
||||
o [NSE] Web application fingerprinting script. Would be great to be
|
||||
able to take a URL and determine things like "this is Joomla" or
|
||||
"this is Plone" or "Mediawiki" or whatever. Rather than hard code
|
||||
regular expressions or other tests in a script, it should use a
|
||||
signature file like Nmap OS and version detection do. Might work in
|
||||
combination with URL grinder to check for applications at
|
||||
default/common locations. See also a script that does favicon
|
||||
scanning TODO item.
|
||||
|
||||
o [NSE] Consider how we compare to the Nessus Web Application Attack
|
||||
scripts
|
||||
|
|
@ -682,6 +670,20 @@ o random tip database
|
|||
|
||||
DONE:
|
||||
|
||||
o [NSE] Web application fingerprinting script. Would be great to be
|
||||
able to take a URL and determine things like "this is Joomla" or
|
||||
"this is Plone" or "Mediawiki" or whatever. Rather than hard code
|
||||
regular expressions or other tests in a script, it should use a
|
||||
signature file like Nmap OS and version detection do. Might work in
|
||||
combination with URL grinder to check for applications at
|
||||
default/common locations. See also a script that does favicon
|
||||
scanning TODO item.
|
||||
- http-enum pretty much does this now.
|
||||
|
||||
o Update our distribution build systems and documentation to use
|
||||
Visual C++ 2010 Express rather than the 2008 version. See
|
||||
http://www.microsoft.com/express/Windows/
|
||||
|
||||
o Dependency licensing issues (OpenSSL, Python, GTK+, etc.)
|
||||
o Almost done! We just have some file renaming/organizing left to do.
|
||||
o We should do an audit to ensure that we are in complete compliance for the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue