Last active
October 17, 2023 21:36
-
-
Save sh4dowb/04f6e62ff64271b7338758c724baf295 to your computer and use it in GitHub Desktop.
PHPkoru.com deobfuscator. Make sure to run it isolated, to prevent any attacks from eval'd code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// FOR NEW VERSION (1.0.6): https://gist.github.com/sh4dowb/86ad09b9bcbfce323b511395e446d616 | |
// FOR 1.0.7: https://gist.github.com/sh4dowb/68c9e090a3006b1d19ce49a22529c0a5 | |
$input = file_get_contents("untitled.php"); | |
//edit this filename | |
// for decrypting advanced version contact me on telegram | |
$fge_ebg13 = "str_rot13"; | |
$onfr64_qrpbqr = "base64_decode"; | |
$eha_pbqr = "cnVuX2NvZGU="; | |
$CUCxbeh_z = array(1=>trim(explode('[/PHPkoru_Code]',explode('[PHPkoru_Code]',$input)[1])[0])); | |
$code = explode('s(__FILE__), $CUCxbeh_z);', explode("eval(\$fge_ebg13(", $input)[0])[1]; | |
while(is_null($code) || strpos($code, "openssl_decrypt") === false){ | |
eval("\$code = ". str_replace('eval', '', $code)); | |
} | |
echo str_rot13(base64_decode(str_rot13(eval("return (openssl_decrypt".explode('openssl_decrypt', $code)[1])))); |
how to use?
bu dosya ile aynı yere untitled.php adındaki şifrelenmiş dosyayı koyun ve bu dosyayı çalıştırın
fixlermisin aga denedim kodu calismadi
Parse error: syntax error, unexpected token "if" in C:\xampp\htdocs\newxd\acbeni.php(17) : eval()'d code on line 1
fixlermisin aga denedim kodu calismadi
Parse error: syntax error, unexpected token "if" in C:\xampp\htdocs\newxd\acbeni.php(17) : eval()'d code on line 1
dosyayı yollar mısın müsait vakitte bakayım
new version 1.0.6, here: https://gist.github.com/sh4dowb/86ad09b9bcbfce323b511395e446d616
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to use?