ツLordMkoes
ツLordMkoes

Reputation: 1

Hashcat | md5(md5($salt).md5($pass))

I have a problem with hashcat, I was looking for Hash-Mode for a hash type

MD5(MD5($Salt).MD5($Password)) 

and I didn't find that Hash-Mode, I found only Hash-Mode 3910

md5(md5($pass).md5($salt)) 

but this is not what I need, there is a hash-mode that is suitable for cracking this type of hash what I mentioned?

Upvotes: 0

Views: 774

Answers (1)

Andrew Zick
Andrew Zick

Reputation: 603

You could try filing a Github issue to get the format supported.

Or you could try adding the format on your own? As suggested by another forum post which links to this git commit as an example. But this may be more effort that you planned to put into cracking your hash.

Upvotes: 0

Related Questions