Plz help for MD5(sal1.PASSWORD.salt2) - 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: Plz help for MD5(sal1.PASSWORD.salt2) (/thread-6962.html) |
Plz help for MD5(sal1.PASSWORD.salt2) - hemiad - 10-26-2017 Hello i have a password crypted by this fonction Code: MD5(sal1.PASSWORD.salt2) There any way to crack it? Thx in advance. RE: Plz help for MD5(sal1.PASSWORD.salt2) - id417 - 10-26-2017 Maybe using the combinator attack: https://hashcat.net/wiki/doku.php?id=combinator_attack Using the combinator attack you should be able to use the hash-mode 20, set "salt2" in another dictionary, and salt1 in your hash file. Code: echo "salt2" > dic2.txt It should parse yourDic.txt, apply rules on it, then append salt2 at the end and process the hash function after appending salt1 at the beginning. Does it work? Please keep us posted. RE: Plz help for MD5(sal1.PASSWORD.salt2) - hemiad - 10-27-2017 not works .. RE: Plz help for MD5(sal1.PASSWORD.salt2) - undeath - 10-27-2017 id417 is on the right track but not right there. -j/-k does not allow rule files. Instead of using a1 use a normal a0 attack and create a rule to append salt2 in m20. |