Small typographical error in output

This commit is contained in:
Paul Goffar
2021-11-11 11:10:04 -05:00
committed by GitHub
parent cf9411f721
commit f5b844cb1a

View File

@ -225,7 +225,7 @@ function Main {
$totalsensprivuse+=1
# use -eq here to avoid multiple log notices
if ($totalsensprivuse -eq $maxtotalsensprivuse) {
$obj.Message = "Sensititive Privilege Use Exceeds Threshold"
$obj.Message = "Sensitive Privilege Use Exceeds Threshold"
$obj.Results = "Potentially indicative of Mimikatz, multiple sensitive privilege calls have been made.`n"
$username=$eventXML.Event.EventData.Data[1]."#text"