🔥Kerberoasting
Linux
Kerberoasting with GetUserSPNs.py
Listing SPN accounts:
To get TGS ticket
Or just request works too.
Windows
Automated
Powerview
To import and view all users
Exporting all tickets to a CSV file
Viewing it
Rubeus
Check options
To check stats:
To get hash
To get RC4 encrypted (etype 23) use /tgtdeleg
Manual
Enumerating SPNs
setspn.exe -Q */*
Targeting single user:
Retrieving all tickets `
Extracting tickets from memory using mimikatz:
Now to crack:
Use Kirbi2john Then modify crack_file from using kirbi2john:
Now run the output through hashcat
Last updated