-
-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
#Edit the obfuscate file:
- Find the line: "$_();$_($_($_($))); $_____=$_();"
- Delete all to end of file
- Add some lines to see the original source code:
--------------------------------------
$source = base64_decode(gzuncompress(base64_decode($ )));
$idx = strpos($source, "eval(\$__)");
$orgSource = substr($source, $idx + 24);
echo "<br/>ORIGIN SOURCE<br/><pre> $orgSource </pre> <br/>";
---------------------------------------
Please see the php code at my gist:
https://gist.github.com/tbvinh/d3a833321b4ba7e292253aa5a76ef52e
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels