Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
egypt committed Feb 24, 2021
2 parents e5c8e44 + 434c4e7 commit 45d2524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DomainPasswordSpray.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function Get-DomainUserList
$UserSearcher.PropertiesToLoad.add("samaccountname") > $Null
$UserSearcher.PropertiesToLoad.add("lockouttime") > $Null
$UserSearcher.PropertiesToLoad.add("badpwdcount") > $Null
$UserSearcher.PropertiesToLoad.add("badpasswordtime") > $Nulll
$UserSearcher.PropertiesToLoad.add("badpasswordtime") > $Null

#Write-Host $UserSearcher.filter

Expand Down

0 comments on commit 45d2524

Please # to comment.