Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$PostData = "\x6C\x6F\x67\x3D".$user."\x26\x70\x77\x64\x3D".$pass."\x26\x77\x70\x2D\..

Decoded Output download

<?  $PostData       = "log=".$user."&pwd=".$pass."&wp-submit=Login&redirect_to=http%3A%2F%2F".$host."%2F".$path."%2Fwp-admin%2F&testcookie=1"."
"; 
        $r                      = &HTTPPost("http://".$host.$path."/wp-login.php",$PostData); 
        $ver            = $r->as_string; ?>

Did this file decode correctly?

Original Code

$PostData       = "\x6C\x6F\x67\x3D".$user."\x26\x70\x77\x64\x3D".$pass."\x26\x77\x70\x2D\x73\x75\x62\x6D\x69\x74\x3D\x4C\x6F\x67\x69\x6E\x26\x72\x65\x64\x69\x72\x65\x63\x74\x5F\x74\x6F\x3D\x68\x74\x74\x70\x25\x33\x41\x25\x32\x46\x25\x32\x46".$host."\x25\x32\x46".$path."\x25\x32\x46\x77\x70\x2D\x61\x64\x6D\x69\x6E\x25\x32\x46\x26\x74\x65\x73\x74\x63\x6F\x6F\x6B\x69\x65\x3D\x31"."\r\n";
        $r                      = &HTTPPost("\x68\x74\x74\x70\x3A\x2F\x2F".$host.$path."\x2F\x77\x70\x2D\x6C\x6F\x67\x69\x6E\x2E\x70\x68\x70",$PostData);
        $ver            = $r->as_string;

Function Calls

HTTPPost 1

Variables

$PostData log=0&pwd=0&wp-submit=Login&redirect_to=http%3A%2F%2F0%2F0%2..

Stats

MD5 a993d172f8e88f41e90c1a3f1ad06dfd
Eval Count 0
Decode Time 455 ms