XSS
-
Software Development
Detecting and Fixing XSS using OWASP tools
Much have been written about XSS vulnerabilities scanning. In this article we will try to go a little further and…
Read More » -
Enterprise Java
Cross Site Scripting (XSS) and prevention
Variants of Cross site scripting (XSS) attacks are almost limitless as mentioned on the OWASP site (https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)). Here I propose…
Read More » -
Enterprise Java
Anti cross-site scripting (XSS) filter for Java web apps
Here is a good and simple anti cross-site scripting (XSS) filter written for Java web applications. What it basically does…
Read More »