mirror of https://github.com/cowrie/cowrie.git
posix parsing (#1105)
This commit is contained in:
parent
1c87da0f54
commit
d55418dcb0
|
@ -162,7 +162,7 @@ class HoneyPotCommand(object):
|
||||||
log.msg('QUEUED INPUT: {}'.format(line))
|
log.msg('QUEUED INPUT: {}'.format(line))
|
||||||
# FIXME: naive command parsing, see lineReceived below
|
# FIXME: naive command parsing, see lineReceived below
|
||||||
# line = "".join(line)
|
# line = "".join(line)
|
||||||
self.protocol.cmdstack[0].cmdpending.append(shlex.split(line, posix=False))
|
self.protocol.cmdstack[0].cmdpending.append(shlex.split(line, posix=True))
|
||||||
|
|
||||||
def resume(self):
|
def resume(self):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue