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 | cb7047f31c5a63e50aaefb6202a3d41c |
Eval Count | 0 |
Decode Time | 49 ms |