diff --git a/cowrie/commands/wget.py b/cowrie/commands/wget.py index 9e86abf..f09de95 100644 --- a/cowrie/commands/wget.py +++ b/cowrie/commands/wget.py @@ -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()