From c535742c38e34e21adb0e91586cf406a1468b329 Mon Sep 17 00:00:00 2001 From: desaster Date: Mon, 21 Jun 2010 04:57:24 +0000 Subject: [PATCH] New command: logout == exit (Janne Snabb) git-svn-id: https://kippo.googlecode.com/svn/trunk@139 951d7100-d841-11de-b865-b3884708a8e2 --- kippo/commands/base.py | 1 + 1 file changed, 1 insertion(+) 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):