mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 22:14:19 +01:00
ssh improvements
git-svn-id: https://kippo.googlecode.com/svn/trunk@22 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -18,6 +18,8 @@ class HoneyPotCommand(object):
|
||||
def __init__(self, honeypot, args):
|
||||
self.honeypot = honeypot
|
||||
self.args = args
|
||||
self.writeln = self.honeypot.writeln
|
||||
self.write = self.honeypot.terminal.write
|
||||
|
||||
def start(self):
|
||||
self.call(self.args)
|
||||
|
||||
Reference in New Issue
Block a user