s/Passworg/Password/g

This commit is contained in:
Eric Conrad
2021-10-28 14:57:37 -04:00
committed by GitHub
parent 5f2a62cd9c
commit d7d8d5eb80

View File

@ -45,7 +45,7 @@ function Main {
$logname=Check-Options $file $log
#"Processing the " + $logname + " log..."
$filter=Create-Filter $file $logname
# Passworg guessing/spraying variables:
# Password guessing/spraying variables:
$maxfailedlogons=5 # Alert after this many failed logons
$failedlogons=@{} # HashTable of failed logons per user
$totalfailedlogons=0 # Total number of failed logons (for all accounts)