forked from p34709852/monkey
Island: Remove config_users from report
Work being done in issue #1965 makes including config_users in the report unnecessary.
This commit is contained in:
parent
d7a2a35c46
commit
521396ff81
|
@ -504,7 +504,6 @@ class ReportService:
|
|||
report = {
|
||||
"overview": {
|
||||
"manual_monkeys": ReportService.get_manual_monkey_hostnames(),
|
||||
"config_users": config_users,
|
||||
"config_passwords": config_passwords,
|
||||
"config_exploits": ReportService.get_config_exploits(),
|
||||
"config_ips": ReportService.get_config_ips(),
|
||||
|
|
Loading…
Reference in New Issue