mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-11 01:14:38 +01:00
@@ -98,7 +98,7 @@ class HoneyPotCommand(object):
|
||||
"""
|
||||
log.msg('QUEUED INPUT: %s' % (line,))
|
||||
# FIXME: naive command parsing, see lineReceived below
|
||||
self.protocol.cmdstack[0].cmdpending.append(line)
|
||||
self.protocol.cmdstack[0].cmdpending.append(shlex.split(line))
|
||||
|
||||
|
||||
def resume(self):
|
||||
|
||||
Reference in New Issue
Block a user