forked from p15670423/monkey
Agent: Fix PasswordRestorationEvent tags in Zerologon
This commit is contained in:
parent
6adb356e81
commit
86edb63cb4
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue