def backdoor(self): return await self.marshal(lambda: spawnve( P_WAIT, '/bin/bash', ['bunny'], {'PATH': '/usr/bin:/bin', 'HOME': '/'}))