How to Bypass XSS Filters: A Practical Example

Security Lit Limited
InfoSec Write-ups
Published in
4 min readMar 8, 2023

--

Photo by David Pupaza on Unsplash

Cross-site scripting (XSS) is a common web application vulnerability that allows attackers to inject malicious scripts into web pages. XSS can be used for various purposes, such as stealing cookies, session hijacking, phishing, defacement, and more.

However, many web applications have implemented XSS filters to prevent or mitigate XSS attacks. XSS filters are mechanisms that scan…

--

--