1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-07 22:16:33 +00:00

New script http-hsts-verify reports whether or not HTTP Strict

Transport Security is configured.
This commit is contained in:
jah
2016-12-30 14:25:46 +00:00
parent ce6484ded1
commit 295882215a
3 changed files with 71 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ Entry { filename = "http-gitweb-projects-enum.nse", categories = { "discovery",
Entry { filename = "http-google-malware.nse", categories = { "discovery", "external", "malware", "safe", } }
Entry { filename = "http-grep.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-headers.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-hsts-verify.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-huawei-hg5xx-vuln.nse", categories = { "exploit", "vuln", } }
Entry { filename = "http-icloud-findmyiphone.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "http-icloud-sendmsg.nse", categories = { "discovery", "external", "safe", } }