A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Types of xss

DOM
DOM

DOM Based XSS Definition DOM Based XSS (or as it is called in some texts, “type-0 XSS”) is an XSS attack wherein the attack payload is executed as a result of modifying the DOM “environment” in the victim’s browser used by the original client side script, so that the client side code runs in an “unexpected” manner.

source: owasp.org
image: sunnyhoi.com

Related Question Categories