Skip to content

blacklanternsecurity/Convert-Invoke-Kerberoast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Convert-Invoke-Kerberoast

Converts the output from Invoke-Kerberoast.ps1 into a hashcat format.

When using Invoke-Kerberoast and you output the hashes they aren't in the correct format to crack straight away with hashcat. You can manually handjam them, but if you get multiple hashes it can be trouble some. This script will output to the console or to a file to the right format.

Example:

python Convert-Invoke-Kerberoast.py -f tickets.txt -w hashes.txt

Hashcat:

hashcat hashes.txt -m 13100 -a 3

About

Converts the output from Invoke-Kerberoast into hashcat format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages