mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Adds http-jsonp-detection. Closes #937
This commit is contained in:
parent
e8df06c61c
commit
995988ea8c
3 changed files with 194 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ Entry { filename = "http-iis-short-name-brute.nse", categories = { "brute", "int
|
|||
Entry { filename = "http-iis-webdav-vuln.nse", categories = { "intrusive", "vuln", } }
|
||||
Entry { filename = "http-internal-ip-disclosure.nse", categories = { "discovery", "safe", "vuln", } }
|
||||
Entry { filename = "http-joomla-brute.nse", categories = { "brute", "intrusive", } }
|
||||
Entry { filename = "http-jsonp-detection.nse", categories = { "discovery", "safe", "vuln", } }
|
||||
Entry { filename = "http-litespeed-sourcecode-download.nse", categories = { "exploit", "intrusive", "vuln", } }
|
||||
Entry { filename = "http-ls.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "http-majordomo2-dir-traversal.nse", categories = { "exploit", "intrusive", "vuln", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue