Vulnerability: Cross Site Scripting (XSS)
Attack Input: Cookie: 'my_cookie'
<html><head><title>Form</title></head>
<body>
You came from: http://xssoops.com/<form action="/xss1.html" method="POST">
<input type="text" name="foo" />
<input type="hidden" name="bar" value="secret"/>
<input type="submit" />
</form>
Arbitrary args: my_cookie = "<xss00ps>'\\\<br />
</body>
</html>
|