We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d81d4 commit 2d4d705Copy full SHA for 2d4d705
xss/src/main/webapp/index.jsp
@@ -8,6 +8,8 @@
8
<body>
9
<h1>Cross-Site Scripting (XSS)</h1>
10
11
+ <p>Use <script>alert(document.cookie)</script> as input to simulate a Cross-Site Scripting attack.</p>
12
+
13
<form action="unprotected" id="unprotectedForm" method="post">
14
<fieldset>
15
<legend>Unprotected</legend>
0 commit comments