Skip to content

leechristensen/tgscrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgscrack

Kerberos TGS_REP cracker written in Golang. Wrote it as my first excercise in learning Go.

#Usage Extract the encrypted service ticket parts from the TGS_REP message

python extractServiceTicketParts.py ticket.kirbi

Crack away:

tgscrack -hashfile hashes.txt -wordlist rockyou.txt

Building from source

go get github.com/leechristensen/tgscrack
go install github.com/leechristensen/tgscrack

Credits

Tim Medin(@timmedin) for his work on Kerberoast

Benjamin Delphi(@gentilkiwi)

  • TGS ticket creation in Mimikatz