mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Cross-reference http-unsafe-output-escaping as relating to XSS scripts
This commit is contained in:
@@ -34,6 +34,7 @@ http://www.webappsec.org/projects/articles/071105.shtml
|
|||||||
-- @see http-stored-xss.nse
|
-- @see http-stored-xss.nse
|
||||||
-- @see http-phpself-xss.nse
|
-- @see http-phpself-xss.nse
|
||||||
-- @see http-xssed.nse
|
-- @see http-xssed.nse
|
||||||
|
-- @see http-unsafe-output-escaping.nse
|
||||||
---
|
---
|
||||||
|
|
||||||
categories = {"intrusive", "exploit", "vuln"}
|
categories = {"intrusive", "exploit", "vuln"}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ strings to determine whether the payloads were successful.
|
|||||||
-- @see http-dombased-xss.nse
|
-- @see http-dombased-xss.nse
|
||||||
-- @see http-phpself-xss.nse
|
-- @see http-phpself-xss.nse
|
||||||
-- @see http-xssed.nse
|
-- @see http-xssed.nse
|
||||||
---
|
-- @see http-unsafe-output-escaping.nse
|
||||||
|
|
||||||
categories = {"intrusive", "exploit", "vuln"}
|
categories = {"intrusive", "exploit", "vuln"}
|
||||||
author = "George Chatzisofroniou"
|
author = "George Chatzisofroniou"
|
||||||
|
|||||||
@@ -38,6 +38,10 @@ indication of potential XSS vulnerability.
|
|||||||
-- domain. This widens the scope from <code>withinhost</code> and can
|
-- domain. This widens the scope from <code>withinhost</code> and can
|
||||||
-- not be used in combination. (default: false)
|
-- not be used in combination. (default: false)
|
||||||
--
|
--
|
||||||
|
-- @see http-dombased-xss.nse
|
||||||
|
-- @see http-stored-xss.nse
|
||||||
|
-- @see http-phpself-xss.nse
|
||||||
|
-- @see http-xssed.nse
|
||||||
|
|
||||||
author = "Martin Holst Swende"
|
author = "Martin Holst Swende"
|
||||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||||
|
|||||||
Reference in New Issue
Block a user