/* Payload - the generic payload templates */ var payloads = { 'js_uri_alert' : 'javascript:alert(1)', 'js_uri_alert_2' : 'javascript:alert(2)', 'js_alert' : 'alert(1)', 'js_alert_2' : 'alert(2)', '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' : '&alert&A7&(1)&R&UA;&&<&A9&11/script&X&>', 'js_base64_alert' : 'PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg==', 'svg_path' : 'test.svg', 'svg_path_2' : 'test2.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' : 'test.xxe', 'swf_path' : 'test.swf', 'jar_path' : 'test.jar', 'event_path' : 'event.php' }