Remove the unnecessary "mimikatz" info from telemetry data since the exact same data is stored under "credentials" key
This commit is contained in:
parent
e40c83c2ff
commit
27e2969e79
|
@ -47,7 +47,6 @@ class WindowsInfoCollector(InfoCollector):
|
|||
if credentials:
|
||||
if "credentials" in self.info:
|
||||
self.info["credentials"].update(credentials)
|
||||
self.info["mimikatz"] = credentials
|
||||
logger.info("Mimikatz info gathered successfully")
|
||||
else:
|
||||
logger.info("No mimikatz info was gathered")
|
||||
|
|
Loading…
Reference in New Issue