mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-27 01:54:24 +01:00
add support for '-c' option. option has no effect
This commit is contained in:
@@ -47,7 +47,7 @@ def splitthousands( s, sep=','):
|
||||
class command_wget(HoneyPotCommand):
|
||||
def start(self):
|
||||
try:
|
||||
optlist, args = getopt.getopt(self.args, 'O:')
|
||||
optlist, args = getopt.getopt(self.args, 'cO:')
|
||||
except getopt.GetoptError, err:
|
||||
self.writeln('Unrecognized option')
|
||||
self.exit()
|
||||
|
||||
Reference in New Issue
Block a user