![]() |
Is this hash supported - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Is this hash supported (/thread-6919.html) |
Is this hash supported - snipey - 10-05-2017 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. RE: Is this hash supported - Chick3nman - 10-05-2017 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=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_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) RE: Is this hash supported - snipey - 10-05-2017 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). |