mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-18 14:34:22 +01:00
Fix #359
This commit is contained in:
@@ -70,7 +70,7 @@ class command_wget(HoneyPotCommand):
|
||||
"""
|
||||
"""
|
||||
try:
|
||||
optlist, args = getopt.getopt(self.args, 'cqO:P:')
|
||||
optlist, args = getopt.getopt(self.args, 'cqO:P:', 'header=')
|
||||
except getopt.GetoptError as err:
|
||||
self.write('Unrecognized option\n')
|
||||
self.exit()
|
||||
|
||||
Reference in New Issue
Block a user