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

Add an http digest parsing task suggested by David

This commit is contained in:
fyodor
2012-09-13 03:32:40 +00:00
parent 5cc7049402
commit 444bc5ea48

View File

@@ -43,6 +43,10 @@ o We should probably redo the Nmap header (e.g. on http://nmap.org) to
screenshots and think about which links we really need (some of those
pages aren't really updated any more).
o NSE digest auth should use the more robust parsing from
http.parse_www_authenticate as described at
http://seclists.org/nmap-dev/2012/q3/868
o We should document Ron's sample script
(http://nmap.org/svn/docs/sample-script.nse) in docs/scripting.xml
so that new script writers know about it.