diff --git a/src/cowrie/shell/command.py b/src/cowrie/shell/command.py index 428de588..5a132ab7 100644 --- a/src/cowrie/shell/command.py +++ b/src/cowrie/shell/command.py @@ -162,7 +162,7 @@ class HoneyPotCommand(object): log.msg('QUEUED INPUT: {}'.format(line)) # FIXME: naive command parsing, see lineReceived below # 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): pass