HashPals / Name-That-Hash

🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 300+ other hashes ☄ Comes with a neat web app 🔥
https://nth.skerritt.blog
GNU General Public License v3.0
1.46k stars 103 forks source link

More Kerberos hash types need to be separated into a salt and without a salt #72

Closed amadejpapez closed 3 years ago

amadejpapez commented 3 years ago

Thanks @bburky for this! I changed $krb5pa$17$ and $krb5pa$18$ as you suggested, so this two should work now with a salt and the change is included in this pull request. :)

I was also looking into separating $krb5tgs$18$ and $krb5tgs$17$ but I was unable to get john to detect either of them. I think john does not support this two hash types as the issue to add them on the john repo is still opened #2809.

We separated other hash types into with a salt (for john) and without a salt (for hashcat), so what can we do with this two as hashcat doesn't support them with a salt and they are not supported in john either? We could also report this to hashcat, so they could start supporting all of them with a salt as @bburky suggested.