10-05-2017, 06:44 PM
(This post was last modified: 10-05-2017, 06:58 PM by Chick3nman.)
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)
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)