From d7d8d5eb8011388bb11d1752fe6ad2325e20ea37 Mon Sep 17 00:00:00 2001 From: Eric Conrad Date: Thu, 28 Oct 2021 14:57:37 -0400 Subject: [PATCH] s/Passworg/Password/g --- DeepBlue.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepBlue.ps1 b/DeepBlue.ps1 index 21beff2..fa0689a 100644 --- a/DeepBlue.ps1 +++ b/DeepBlue.ps1 @@ -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)