Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? echo "URL: http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."<br>\n"; $fixe..
Decoded Output download
<?
echo "URL: http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."<br>
";
$fixer = "checksuexec ".escapeshellarg($_SERVER['DOCUMENT_ROOT'].$_SERVER['REQUEST_URI']);
echo `$fixer`;
?>
Did this file decode correctly?
Original Code
<?
echo "URL: http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."<br>\n";
$fixer = "checksuexec ".escapeshellarg($_SERVER['DOCUMENT_ROOT'].$_SERVER['REQUEST_URI']);
echo `$fixer`;
?>
Function Calls
None |
Stats
MD5 | 53af607d76ceff7e97de6526c6d3c3e7 |
Eval Count | 0 |
Decode Time | 81 ms |