diff --git a/kippo/commands/base.py b/kippo/commands/base.py index c8319fc..69e905e 100644 --- a/kippo/commands/base.py +++ b/kippo/commands/base.py @@ -151,6 +151,7 @@ class command_exit(HoneyPotCommand): self.honeypot.hostname = 'localhost' self.honeypot.cwd = '/root' commands['exit'] = command_exit +commands['logout'] = command_exit class command_clear(HoneyPotCommand): def call(self):