This commit is contained in:
Michel Oosterhof
2016-11-21 15:40:16 +04:00
parent 453f508c2c
commit c007175046

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