Is this hash supported
#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)


Messages In This Thread
Is this hash supported - by snipey - 10-05-2017, 06:39 PM
RE: Is this hash supported - by Chick3nman - 10-05-2017, 06:44 PM
RE: Is this hash supported - by snipey - 10-05-2017, 07:39 PM