Island: Add PTHReportservice get issues functions
* get_duplicated_passwords_issues * get strong_users_on_crit_issues
This commit is contained in:
parent
f417cff17b
commit
94419d8141
|
@ -496,6 +496,8 @@ class ReportService:
|
||||||
ReportService.get_exploits,
|
ReportService.get_exploits,
|
||||||
ReportService.get_tunnels,
|
ReportService.get_tunnels,
|
||||||
ReportService.get_island_cross_segment_issues,
|
ReportService.get_island_cross_segment_issues,
|
||||||
|
PTHReportService.get_duplicated_passwords_issues,
|
||||||
|
PTHReportService.get_strong_users_on_crit_issues,
|
||||||
]
|
]
|
||||||
|
|
||||||
issues = functools.reduce(lambda acc, issue_gen: acc + issue_gen(), ISSUE_GENERATORS, [])
|
issues = functools.reduce(lambda acc, issue_gen: acc + issue_gen(), ISSUE_GENERATORS, [])
|
||||||
|
|
Loading…
Reference in New Issue