mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-23 15:24:30 +01:00
add comment
This commit is contained in:
@@ -29,6 +29,7 @@ class HoneyPotCommand(object):
|
||||
self.fs = self.protocol.fs
|
||||
|
||||
# MS-DOS style redirect handling, inside the command
|
||||
# TODO: handle >>, 2>, etc
|
||||
if '>' in self.args:
|
||||
self.writtenBytes = 0
|
||||
self.write = self.writeToFile
|
||||
|
||||
Reference in New Issue
Block a user