We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dd683 commit e179b2eCopy full SHA for e179b2e
Exfiltration/Invoke-TokenManipulation.ps1
@@ -1691,8 +1691,6 @@ Blog on this script: http://clymb3r.wordpress.com/2013/11/03/powershell-and-toke
1691
ForEach ($SystemToken in $SystemTokens)
1692
{
1693
$SystemTokenInfo = Get-PrimaryToken -ProcessId $SystemToken.Id -WarningAction SilentlyContinue -ErrorAction SilentlyContinue
1694
- $SystemProcessName = $SystemToken.Name
1695
- $SystemProcessID = $SystemToken.Id
1696
}
1697
if ($systemTokenInfo -eq $null -or (-not (Invoke-ImpersonateUser -hToken $systemTokenInfo.hProcToken)))
1698
0 commit comments