diff --git a/monkey/infection_monkey/master/exploiter.py b/monkey/infection_monkey/master/exploiter.py index c8bb57299..60910226d 100644 --- a/monkey/infection_monkey/master/exploiter.py +++ b/monkey/infection_monkey/master/exploiter.py @@ -92,9 +92,7 @@ class Exploiter: # This order allows exploiter-specific options to # override general options for all exploiters. options = {**exploiter_config.options.__dict__, **exploiter.options} - extended_exploiters.append( - ExploiterConfiguration(exploiter.name, options, exploiter.supported_os) - ) + extended_exploiters.append(ExploiterConfiguration(exploiter.name, options)) return extended_exploiters