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

Only report unique VHosts in http-apache-server-status. Too much output otherwise.

This commit is contained in:
dmiller
2016-03-14 03:41:37 +00:00
parent a4b81f39b6
commit 2ec6eb5110
2 changed files with 11 additions and 10 deletions

View File

@@ -139,6 +139,7 @@ Entry { filename = "hostmap-robtex.nse", categories = { "discovery", "external",
Entry { filename = "http-adobe-coldfusion-apsa1301.nse", categories = { "exploit", "vuln", } }
Entry { filename = "http-affiliate-id.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-apache-negotiation.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-apache-server-status.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-auth-finder.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-auth.nse", categories = { "auth", "default", "safe", } }
Entry { filename = "http-avaya-ipoffice-users.nse", categories = { "exploit", "vuln", } }