Add decoded output file

This commit is contained in:
action
2025-04-08 08:21:05 +00:00
parent 4a70ca397b
commit 0b8dcd7c89
2 changed files with 16 additions and 9 deletions

View File

@@ -1,12 +1,19 @@
//Tue Apr 08 2025 08:20:03 GMT+0000 (Coordinated Universal Time) //Tue Apr 08 2025 08:21:05 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 lj() { function getTask() {
var _0xb5313b = sessionStorage.getItem(TOKEN); var _0xebfc2b = lj();
var _0x3712f8 = sessionStorage.getItem(START_NUM); $.ajax({
var _0x4037fd = sessionStorage.getItem(STR); "type": "GET",
var _0x3c914a = ee(); "url": originPath + _0xebfc2b,
_0xb5313b = _0xb5313b + "&startNumber=" + _0x3712f8 + "&str=" + _0x4037fd + "&keys=" + _0x3c914a + "&ds="; "timeout": 10000,
var _0x554c2f = "/uaction/edbbcdc/getArticleListkk?token=" + _0xb5313b; "success": function (_0x1d14c1) {
return _0x554c2f; result(_0x1d14c1);
},
"error": function (_0x2285a1, _0x3a07d5) {
titleText2.text("请求超时了!返回重试");
$("#myModal2").show();
timerTask2();
}
});
} }

BIN
output.py

Binary file not shown.