Stored XSS
To get the flag, use the same payload we used above, but change its JavaScript code to show the cookie instead of showing the url.
<script>alert(document.cookie)</script>
Last updated