mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Adds http-phpself-xss : NSE to detect PHP files vulnerable to reflected cross site scripting via $_SERVER["PHP_SELF"]
This commit is contained in:
@@ -163,6 +163,7 @@ Entry { filename = "http-open-proxy.nse", categories = { "default", "discovery",
|
||||
Entry { filename = "http-open-redirect.nse", categories = { "discovery", "intrusive", } }
|
||||
Entry { filename = "http-passwd.nse", categories = { "intrusive", "vuln", } }
|
||||
Entry { filename = "http-php-version.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "http-phpself-xss.nse", categories = { "fuzzer", "intrusive", "vuln", } }
|
||||
Entry { filename = "http-proxy-brute.nse", categories = { "brute", "external", "intrusive", } }
|
||||
Entry { filename = "http-put.nse", categories = { "discovery", "intrusive", } }
|
||||
Entry { filename = "http-qnap-nas-info.nse", categories = { "discovery", "safe", } }
|
||||
|
||||
Reference in New Issue
Block a user