Closed funmolde closed 8 months ago
Seems like the only reason it failed is because of
function G(a, b) {
return d(b - { e: 102 }.e, a);
}
Try simplifying it to this for now, then deobfuscate. I'll also work on doing that automatically
function G(a, b) {
return d(b - 102, a);
}
Result:
function flybpass(a) {
if (("" + a).includes("goShortlink") || ("" + a).includes(".g-recaptcha") || ("" + a).includes("go-link")) {
window.location.assign("/bypass.html");
}
return originalQuerySelector.call(document, a);
}
const originalQuerySelector = document.querySelector;
document.querySelector = flybpass;
Is there a difference between the online version and the version Command Line Interface ?
not much, the online version always uses the latest commit and CLI is published later
function G(a, b) { return d(b - 102, a); }
Thank you very much, it works -___-
Describe the bug
Hello -_-
The javascript code is not completely __DECODE_0__ ;
I use the online version webcrack.netlify.app
Is there a difference between the online version and the version Command Line Interface ? Can you correct the __DECODE_0__ error?
Edge chromiun last version Windows 11 64 bit system, 24 ram
obfuscate.txt Deobfuscate.txt
Thank you for your help -__-
Expected Behaviour
__DECODE_0__
Code
Logs
No response