This commit is contained in:
Michel Oosterhof
2016-11-21 15:40:59 +04:00
parent cf90690183
commit 2ca5501dc7

View File

@@ -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()