1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

[NSE] New script http-ntlm-info from Justin Cacak

http://seclists.org/nmap-dev/2014/q1/129
This commit is contained in:
dmiller
2014-02-07 18:24:17 +00:00
parent bf26986685
commit a95788c783
3 changed files with 152 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ Entry { filename = "http-malware-host.nse", categories = { "malware", "safe", }
Entry { filename = "http-method-tamper.nse", categories = { "auth", "vuln", } }
Entry { filename = "http-methods.nse", categories = { "default", "safe", } }
Entry { filename = "http-mobileversion-checker.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-ntlm-info.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "http-open-proxy.nse", categories = { "default", "discovery", "external", "safe", } }
Entry { filename = "http-open-redirect.nse", categories = { "discovery", "intrusive", } }
Entry { filename = "http-passwd.nse", categories = { "intrusive", "vuln", } }