Uma regra de Active Scan para detectar vulnerabilidades XSS DOM.
It launches browser windows and sends attack payloads to all of the relevant DOM elements.
As it launches browser windows it will take significantly longer than other (non browser based) rules.
This version supports Firefox (the default) and Chrome. They can be run with GUI or headless (default), it can be changed with
the rule rules.domxss.browserid, via the Options 'Rule configuration' panel, with values
firefox, firefox-headless, chrome and chrome-headless.
http://example.com/index.html?foo=bar#injection):
A regra só relatará uma vulnerabilidade de XSS DOM por nó, a menos que o limiar de alerta de baixo é usado, nesse caso, vou continuar tentando todas as cargas especificadas.
Latest code: DomXssScanRule.java