05-12-2017, 01:33 AM
Yeah, it sounds like you need a mode that I don't think hashcat currently supports:
md5(md5($salt).md5($pass))
You could then format your hashes as [hash]:[username], and use the username as the 'salt'.
There are probably other tools that support this format.
md5(md5($salt).md5($pass))
You could then format your hashes as [hash]:[username], and use the username as the 'salt'.
There are probably other tools that support this format.
~