mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Adds http-shellshock.nse to detect web applications vulnerable to shellshock
This commit is contained in:
parent
fb6e1f013c
commit
563498f473
3 changed files with 148 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ Entry { filename = "http-robots.txt.nse", categories = { "default", "discovery",
|
|||
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 = { "version", } }
|
||||
Entry { filename = "http-shellshock.nse", categories = { "exploit", "intrusive", "vuln", } }
|
||||
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