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