text stringclasses 5
values | label stringclasses 3
values | url stringclasses 4
values |
|---|---|---|
<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 |
- Downloads last month
- 3