Web Security Notes
Page Contents
Cross Site Scripting (XSS)
Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites.
--OWASP
These types of attachs are generall divided into two categories.
- Stored XSS Attacks
- Blind Cross Site Scripting
- Reflected XSS Attacks