Help with md5(md5($username.$pass).$salt) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Help with md5(md5($username.$pass).$salt) (/thread-3905.html) |
Help with md5(md5($username.$pass).$salt) - OliverPT - 12-18-2014 Heya everyone. I have a hash that is in the following format: md5(md5($username.$pass).$salt) The username is the same for every single hash and it has no salt. I've tried multiple methods with hashcat but I keep failing. I've tried with passwordsPro and it retrieved the password correctly (but I really hate passwordspro D. Any suggestion? Thanks. RE: Help with md5(md5($username.$pass).$salt) - KT819GM - 12-18-2014 Your commandline? How can we help you if you provide no details? RE: Help with md5(md5($username.$pass).$salt) - epixoip - 12-18-2014 Hmm, you state the algorithm is "md5(md5($username.$pass).$salt)", but then state that the username is static and it has no salt. So it does not seem like you have the correct algorithm, and it seems like the algorithm is likely md5(md5($pepper.$pass)). You can simulate this algorithm with -m 2600 and prepending the pepper on each attack. |