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 | |
$input = file_get_contents("untitled.php"); | |
//edit this filename | |
$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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to use?