Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 1dd560b

Browse files
authored
Merge pull request #210 from leechristensen/patch-3
Fixed KerberosPreauthNotRequired
2 parents 8a2e1da + e084329 commit 1dd560b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Recon/PowerView.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4763,7 +4763,7 @@ The raw DirectoryServices.SearchResult object, if -Raw is enabled.
47634763
Write-Verbose '[Get-DomainUser] Searching for users that are trusted to authenticate for other principals'
47644764
$Filter += '(msds-allowedtodelegateto=*)'
47654765
}
4766-
if ($PSBoundParameters['KerberosPreauthNotRequireduthNotRequired']) {
4766+
if ($PSBoundParameters['KerberosPreauthNotRequired']) {
47674767
Write-Verbose '[Get-DomainUser] Searching for user accounts that do not require kerberos preauthenticate'
47684768
$Filter += '(userAccountControl:1.2.840.113556.1.4.803:=4194304)'
47694769
}

0 commit comments

Comments
 (0)