forked from p15670423/monkey
Agent: Remove unnecessary parameter
This commit is contained in:
parent
bff92ed7ad
commit
5a95aef94c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue