Skip to content

Commit

Permalink
Addressing issue dafthack#27 badPwdCount = $null
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecurby committed Aug 23, 2022
1 parent 47b8690 commit cb9235b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DomainPasswordSpray.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ function Get-DomainUserList
}
catch
{
if($badcount -eq "null")
$UserListArray += $samaccountname
continue
}
$currenttime = Get-Date
Expand Down

0 comments on commit cb9235b

Please # to comment.