Skip to content

Commit 45d2524

Browse files
committed
Land #14
2 parents e5c8e44 + 434c4e7 commit 45d2524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DomainPasswordSpray.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ function Get-DomainUserList
418418
$UserSearcher.PropertiesToLoad.add("samaccountname") > $Null
419419
$UserSearcher.PropertiesToLoad.add("lockouttime") > $Null
420420
$UserSearcher.PropertiesToLoad.add("badpwdcount") > $Null
421-
$UserSearcher.PropertiesToLoad.add("badpasswordtime") > $Nulll
421+
$UserSearcher.PropertiesToLoad.add("badpasswordtime") > $Null
422422

423423
#Write-Host $UserSearcher.filter
424424

0 commit comments

Comments
 (0)