10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hi, you got a nice website. but while im just trying to send a message i noticed that the response is vulnerable to xss
you can trigger it via
<img src='#' onerror=alert(1) />
probably a easy fix would be just to encode the characters.