Vulnerability: Cross Site Scripting (XSS)
Attack Input: http://xssoops.com/index.php///
<html><head><title>XSS Test Site</title></head>
<body>
<p>
This site has a number of XSS problems. See if you can find them all.
Start <a href="/index.php//<xss00ps>/xss1.html">Here</a><br />
Then go <a href="/xss2.html">Here</a>, <a href="/xss3.html">Here</a>, <a href="/xss4.html">Here</a>,
<a href="/xss5.html">Here</a>, <a href="/xss6.html">Here</a>, <a href="/xss7.html">Here</a>, <a href="/xss8.html">Here</a>,
<a href="/xss9.html">Here</a> and <a href="/xss10.html">Here</a>.
</p>
</body>
</html>
|