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
//Modify:https://github.com/smallfawn/decode_action
const crypto = require("crypto");
@@ -11,9 +11,7 @@ function getSign(_0x24a790) {
return _0x2c3d58(_0x4c14dd);
},
qTJeO: function (_0x2ccadf, _0x2befd4) {
{
return _0x2ccadf + _0x2befd4;
}
return _0x2ccadf + _0x2befd4;
},
sZvLP: function (_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";
try {
{
{
{
const _0x394825 = {
Cookie: _0x2951ea
};
const _0x12696c = {
query: _0x33bcd9,
data: _0x5cf537,
method: _0x1cfb1d,
type: _0x101b42
};
let _0xcbdfcf = {
url: _0x20b761,
headers: _0x394825,
method: "POST",
data: _0x12696c
};
_0xcbdfcf.headers.sign = getSign(JSON.stringify(_0xcbdfcf.data));
let {
data: _0x56218e
} = await axios.request(_0xcbdfcf);
return _0x56218e ? _0x56218e.s3 ? _0x56218e.s3 : false : false;
}
}
}
const _0x394825 = {
Cookie: _0x2951ea
};
const _0x12696c = {
query: _0x33bcd9,
data: _0x5cf537,
method: _0x1cfb1d,
type: _0x101b42
};
let _0xcbdfcf = {
url: _0x20b761,
headers: _0x394825,
method: "POST",
data: _0x12696c
};
_0xcbdfcf.headers.sign = getSign(JSON.stringify(_0xcbdfcf.data));
let {
data: _0x56218e
} = await axios.request(_0xcbdfcf);
return _0x56218e ? _0x56218e.s3 ? _0x56218e.s3 : false : false;
} catch (_0x532cf4) {
{
{
{
return false;
}
}
}
return false;
}
}
async function getSig68(_0x478873 = {}, _0x393a10 = null, _0x4c5c36 = "get", _0x47c97d = "json", _0x3d699c) {
if (!process.env.kuaishou_speed_openbox || !process.env.kuaishou_speed) {
{
return "";
}
return "";
}
const _0x2c61eb = require("path");
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";
try {
{
const _0x43df97 = {
Cookie: _0x3d699c,
sign: ""
};
const _0x5538f4 = {
query: _0x478873,
data: _0x393a10,
method: _0x4c5c36,
type: _0x47c97d
};
let _0xf995da = {
url: _0x321f24,
headers: _0x43df97,
method: "POST",
data: _0x5538f4
};
_0xf995da.headers.sign = getSign(JSON.stringify(_0xf995da.data));
let {
data: _0xbb5a25
} = await axios.request(_0xf995da);
return _0xbb5a25 ? _0xbb5a25.s3 ? _0xbb5a25.s3 : false : false;
}
const _0x43df97 = {
Cookie: _0x3d699c,
sign: ""
};
const _0x5538f4 = {
query: _0x478873,
data: _0x393a10,
method: _0x4c5c36,
type: _0x47c97d
};
let _0xf995da = {
url: _0x321f24,
headers: _0x43df97,
method: "POST",
data: _0x5538f4
};
_0xf995da.headers.sign = getSign(JSON.stringify(_0xf995da.data));
let {
data: _0xbb5a25
} = await axios.request(_0xf995da);
return _0xbb5a25 ? _0xbb5a25.s3 ? _0xbb5a25.s3 : false : false;
} catch (_0x1087f6) {
return false;
}

BIN
output.py

Binary file not shown.