Agent: Fix PasswordRestorationEvent tags in Zerologon

This commit is contained in:
Ilija Lazoroski 2022-10-07 17:46:55 +02:00
parent 6adb356e81
commit 86edb63cb4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ CREDENTIALS_STOLEN_EVENT_TAGS = frozenset(
} }
) )
PASSWORD_RESTORATION_EVENT_TAGS = frozenset(ZEROLOGON_EXPLOITER_TAG) PASSWORD_RESTORATION_EVENT_TAGS = frozenset({ZEROLOGON_EXPLOITER_TAG})
class ZerologonExploiter(HostExploiter): class ZerologonExploiter(HostExploiter):