Interesting hash - 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: Interesting hash (/thread-6698.html) |
Interesting hash - chaz - 07-07-2017 Is there any support for cracking a MD5(MD5(SHA1(SHA1(MD5($pass))))) hash? And/or how would I go about finding this? RE: Interesting hash - voidsta - 07-08-2017 hash types supported by hashcat can be found here ... https://hashcat.net/wiki/doku.php?id=example_hashes RE: Interesting hash - Waffle - 07-10-2017 (07-07-2017, 09:24 PM)chaz Wrote: Is there any support for cracking a MD5(MD5(SHA1(SHA1(MD5($pass))))) hash? And/or how would I go about finding this? You can use MDXfind, of course. mdxfind -h ^md5sha1sha1md5$ -i 2 -f inputlist.txt words >result. |