File size: 394 Bytes
06961d3 | 1 2 3 4 5 6 7 | text,label,url
<script>alert(document.cookie)</script>,positive,https://example.com
<img src=x onerror=alert(1)>,negative,javascript:alert(1)
<svg onload=alert(1)>,neutral,"data:text/html,<script>alert(1)</script>"
{{constructor.constructor('alert(1)')()}},positive,<a href='javascript:void(0)' onclick='alert(1)'>click</a>
<iframe src='javascript:alert(1)'>,negative,https://example.com
|