Skip to content

Commit 038adce

Browse files
committed
type
1 parent b74e515 commit 038adce

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
@@ -1355,7 +1355,7 @@ function Request-SPNTicket {
13551355

13561356
process {
13571357
ForEach($UserSPN in $SPN) {
1358-
Write-Verbose "Requesting ticket for: $SPN"
1358+
Write-Verbose "Requesting ticket for: $UserSPN"
13591359
New-Object System.IdentityModel.Tokens.KerberosRequestorSecurityToken -ArgumentList $UserSPN
13601360
}
13611361
}

0 commit comments

Comments
 (0)