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

Commit ea60b0e

Browse files
committed
Merge branch 'dev' of github.com:PowerShellMafia/PowerSploit into dev
2 parents 510cba8 + 1dd560b commit ea60b0e

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)