Skip to content

Commit

Permalink
Island: Change report to handle new exploiter config format
Browse files Browse the repository at this point in the history
  • Loading branch information
VakarisZ authored and mssalvatore committed Jan 10, 2023
1 parent 13ce989 commit f5a1731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkey/monkey_island/cc/services/reporting/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def get_config_exploits(cls):
exploitation_configuration = agent_configuration.propagation.exploitation

return [
ExploiterDescriptorEnum.get_by_class_name(exploiter.name).display_name
ExploiterDescriptorEnum.get_by_class_name(exploiter)
for exploiter in exploitation_configuration.exploiters
]

Expand Down

0 comments on commit f5a1731

Please sign in to comment.