mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
Add http-server-header as a last-ditch means to get httpd version
See http://seclists.org/nmap-dev/2013/q3/599 for justification.
This commit is contained in:
parent
847354e266
commit
3e54536dab
3 changed files with 57 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ Entry { filename = "http-rfi-spider.nse", categories = { "intrusive", } }
|
|||
Entry { filename = "http-robots.txt.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "http-robtex-reverse-ip.nse", categories = { "discovery", "external", "safe", } }
|
||||
Entry { filename = "http-robtex-shared-ns.nse", categories = { "discovery", "external", "safe", } }
|
||||
Entry { filename = "http-server-header.nse", categories = { "discovery", "safe", "version", } }
|
||||
Entry { filename = "http-sitemap-generator.nse", categories = { "discovery", "intrusive", } }
|
||||
Entry { filename = "http-slowloris-check.nse", categories = { "safe", "vuln", } }
|
||||
Entry { filename = "http-slowloris.nse", categories = { "dos", "intrusive", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue