cc: add password_restore_success to zerologon report issue

This commit is contained in:
Mike Salvatore 2021-02-24 17:15:32 -05:00
parent 4fbb0f2026
commit 70fd7d7bb0
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ class ReportService:
def process_zerologon_exploit(exploit):
processed_exploit = ReportService.process_general_exploit(exploit)
processed_exploit['type'] = 'zerologon'
processed_exploit['password_restore_success'] = exploit['data']['info']['password_restore_success']
return processed_exploit
@staticmethod