11 lines
198 B
Markdown

# Stored XSS
The aim of this challenge is to inject a script to the server that execute a script.
# Low
```javascript
<script>alert("XSS");</script>
````
# Medium
> In progress
# High
> In progress