sectester-js-demo
sectester-js-demo copied to clipboard
XSS test types changed, new `stored_xss` type introduced
XSS test types change is coming.
At the moment there 2 XSS-related test types supported:
-
xss
- produce Stored XSS and Reflective XSS. -
dom_xss
- Produce Reflective XSS which gets renamed with MEtaDAta..
New supported XSS tests set will be:
-
xss
- corresponds to Cross-Site Scripting test. -
stored_xss
- corresponds to new Stored Cross-Site Scripting test. -
dom_xss
- corresponds to Client-Side XSS test. This type is deprecated, will be decommissioned.