Add decoded output file

This commit is contained in:
action
2025-02-28 09:58:16 +00:00
parent b1516133bd
commit 65b933ab4b
2 changed files with 45 additions and 63 deletions

108
output.js
View File

@@ -1,4 +1,4 @@
//Fri Feb 28 2025 09:57:32 GMT+0000 (Coordinated Universal Time) //Fri Feb 28 2025 09:58:16 GMT+0000 (Coordinated Universal Time)
//Base:https://github.com/echo094/decode-js //Base:https://github.com/echo094/decode-js
//Modify:https://github.com/smallfawn/decode_action //Modify:https://github.com/smallfawn/decode_action
const crypto = require("crypto"); const crypto = require("crypto");
@@ -11,9 +11,7 @@ function getSign(_0x24a790) {
return _0x2c3d58(_0x4c14dd); return _0x2c3d58(_0x4c14dd);
}, },
qTJeO: function (_0x2ccadf, _0x2befd4) { qTJeO: function (_0x2ccadf, _0x2befd4) {
{ return _0x2ccadf + _0x2befd4;
return _0x2ccadf + _0x2befd4;
}
}, },
sZvLP: function (_0x13db24, _0x474534) { sZvLP: function (_0x13db24, _0x474534) {
return _0x13db24 + _0x474534; return _0x13db24 + _0x474534;
@@ -35,47 +33,33 @@ async function getSig56(_0x33bcd9 = {}, _0x5cf537 = null, _0x1cfb1d = "get", _0x
} }
let _0x20b761 = "http://yi100.top:5666/sig56"; let _0x20b761 = "http://yi100.top:5666/sig56";
try { try {
{ const _0x394825 = {
{ Cookie: _0x2951ea
{ };
const _0x394825 = { const _0x12696c = {
Cookie: _0x2951ea query: _0x33bcd9,
}; data: _0x5cf537,
const _0x12696c = { method: _0x1cfb1d,
query: _0x33bcd9, type: _0x101b42
data: _0x5cf537, };
method: _0x1cfb1d, let _0xcbdfcf = {
type: _0x101b42 url: _0x20b761,
}; headers: _0x394825,
let _0xcbdfcf = { method: "POST",
url: _0x20b761, data: _0x12696c
headers: _0x394825, };
method: "POST", _0xcbdfcf.headers.sign = getSign(JSON.stringify(_0xcbdfcf.data));
data: _0x12696c let {
}; data: _0x56218e
_0xcbdfcf.headers.sign = getSign(JSON.stringify(_0xcbdfcf.data)); } = await axios.request(_0xcbdfcf);
let { return _0x56218e ? _0x56218e.s3 ? _0x56218e.s3 : false : false;
data: _0x56218e
} = await axios.request(_0xcbdfcf);
return _0x56218e ? _0x56218e.s3 ? _0x56218e.s3 : false : false;
}
}
}
} catch (_0x532cf4) { } catch (_0x532cf4) {
{ return false;
{
{
return false;
}
}
}
} }
} }
async function getSig68(_0x478873 = {}, _0x393a10 = null, _0x4c5c36 = "get", _0x47c97d = "json", _0x3d699c) { async function getSig68(_0x478873 = {}, _0x393a10 = null, _0x4c5c36 = "get", _0x47c97d = "json", _0x3d699c) {
if (!process.env.kuaishou_speed_openbox || !process.env.kuaishou_speed) { if (!process.env.kuaishou_speed_openbox || !process.env.kuaishou_speed) {
{ return "";
return "";
}
} }
const _0x2c61eb = require("path"); const _0x2c61eb = require("path");
if (!(_0x2c61eb.resolve(__dirname).indexOf("smallfawn") !== -1)) { if (!(_0x2c61eb.resolve(__dirname).indexOf("smallfawn") !== -1)) {
@@ -83,29 +67,27 @@ async function getSig68(_0x478873 = {}, _0x393a10 = null, _0x4c5c36 = "get", _0x
} }
let _0x321f24 = "http://yi100.top:5666/sig68"; let _0x321f24 = "http://yi100.top:5666/sig68";
try { try {
{ const _0x43df97 = {
const _0x43df97 = { Cookie: _0x3d699c,
Cookie: _0x3d699c, sign: ""
sign: "" };
}; const _0x5538f4 = {
const _0x5538f4 = { query: _0x478873,
query: _0x478873, data: _0x393a10,
data: _0x393a10, method: _0x4c5c36,
method: _0x4c5c36, type: _0x47c97d
type: _0x47c97d };
}; let _0xf995da = {
let _0xf995da = { url: _0x321f24,
url: _0x321f24, headers: _0x43df97,
headers: _0x43df97, method: "POST",
method: "POST", data: _0x5538f4
data: _0x5538f4 };
}; _0xf995da.headers.sign = getSign(JSON.stringify(_0xf995da.data));
_0xf995da.headers.sign = getSign(JSON.stringify(_0xf995da.data)); let {
let { data: _0xbb5a25
data: _0xbb5a25 } = await axios.request(_0xf995da);
} = await axios.request(_0xf995da); return _0xbb5a25 ? _0xbb5a25.s3 ? _0xbb5a25.s3 : false : false;
return _0xbb5a25 ? _0xbb5a25.s3 ? _0xbb5a25.s3 : false : false;
}
} catch (_0x1087f6) { } catch (_0x1087f6) {
return false; return false;
} }

BIN
output.py

Binary file not shown.