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 authored and lenhart committed Feb 11, 2024
1 parent 4ebe4ec commit ee8a56e
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 @@ -534,6 +534,8 @@ function Get-DomainUserList
}
catch
{
if($badcount -eq "null")
$UserListArray += $samaccountname
continue
}
$currenttime = Get-Date
Expand Down

0 comments on commit ee8a56e

Please sign in to comment.