New command: logout == exit (Janne Snabb)

git-svn-id: https://kippo.googlecode.com/svn/trunk@139 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster
2010-06-21 04:57:24 +00:00
parent d95a85401b
commit c535742c38

View File

@@ -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):