Is this hash supported
#1
Been searching through the forums and online, but i've not found a way to crack this type of hash. It may be something that I just don't understand.

Is this format supported by hashcat and i'm just overlooking it? If not, any suggestions on what would support this hash?

md5(md5($s).$p)

Thanks.
#2
I don't believe this algorithm is directly supported currently, but you could easily work around that and run them in hashcat as md5($salt.$pass) by replacing the salts with md5($salt) in your hash file. If you would like to see this algorithm supported, you can submit a request via github, just make sure to follow the guidelines here: https://hashcat.net/wiki/doku.php?id=fre...plish_this

The mode was deprecated with the merge of Hashcat/oclHashcat and is still technically available in hashcat-legacy as mode 3610.

3610 md5(md5($salt).$pass)
#3
Thank you for the information. I'm going to see if I can get it to work.

 Unfortunately I can't get the old hashcat to install on the new The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali).