What are the different types of XSS attacks?

Posted by Security Storeae
6
May 13, 2022
98 Views
There are three types of XSS attacks – 1. Non-Persistent XSS attack – Here the data injected by the attacker is reflected in the response and has a link with the XSS vector 2. Persistent XSS attack – The most harmful type of attack, where the script executes automatically the moment a user opens the page 3. Document Object Model (DOM)-based XSS attack – An advanced type of XSS attack which happens when a web application writes data to the DOM without any sanitization
Comments (1)
avatar
Suh suh
1

passport

avatar
Please sign in to add comment.