Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmJ0y committed Jul 15, 2016
1 parent b74e515 commit 038adce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Recon/PowerView.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ function Request-SPNTicket {

process {
ForEach($UserSPN in $SPN) {
Write-Verbose "Requesting ticket for: $SPN"
Write-Verbose "Requesting ticket for: $UserSPN"
New-Object System.IdentityModel.Tokens.KerberosRequestorSecurityToken -ArgumentList $UserSPN
}
}
Expand Down

0 comments on commit 038adce

Please sign in to comment.