-
-
Notifications
You must be signed in to change notification settings - Fork 750
HelpAddonsDomxssDomxss
psiinon edited this page Aug 24, 2015
·
6 revisions
An Active Scan rule for detecting DOM XSS vulnerabilities.
It launches browser windows and sends attack payloads to all of the relevant DOM elements. As it launches browser windows it is not suitable for headless environments, and will take significantly longer than other (non browser based) rules.
This version only supports Firefox. Future versions may support other browsers.
The following Attack Strengths are supported, and related directly to the number of attack payloads used:
- LOW: 2 attack payloads
- MEDIUM: 4 attack payloads
- HIGH: 6 attack payloads
- INSANE: 8 attack payloads
The rule will only report one DOM XSS vulnerability per node, unless the LOW Alert threshold is used, in which case it will keep trying all of the specified payloads.