mirror of
https://github.com/nmap/nmap.git
synced 2026-01-24 15:19:03 +00:00
Add http-methods.nse to the default category. Make it silent if the only
methods it discovers are in (GET, HEAD, POST, OPTIONS, TRACE). In verbose mode, or if any other method is discovered, it prints all methods (and optionally retests them). See http://seclists.org/nmap-dev/2010/q1/401.
This commit is contained in:
@@ -30,7 +30,7 @@ Entry { filename = "http-favicon.nse", categories = { "default", "discovery", "s
|
||||
Entry { filename = "http-headers.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "http-iis-webdav-vuln.nse", categories = { "intrusive", "vuln", } }
|
||||
Entry { filename = "http-malware-host.nse", categories = { "malware", "safe", } }
|
||||
Entry { filename = "http-methods.nse", categories = { "safe", } }
|
||||
Entry { filename = "http-methods.nse", categories = { "default", "safe", } }
|
||||
Entry { filename = "http-open-proxy.nse", categories = { "default", "discovery", "external", "intrusive", } }
|
||||
Entry { filename = "http-passwd.nse", categories = { "intrusive", "vuln", } }
|
||||
Entry { filename = "http-trace.nse", categories = { "discovery", "safe", } }
|
||||
|
||||
Reference in New Issue
Block a user