MD5 question
#1
How should one proceed if the hash is md5(md5(md5($pass))) or 4-5 etc times?
Reply
#2
1. know exactly how many times it is hashed (3,4,5,etc)
2. write a custom kernel that can handle the exact amount of md5 rounds
Reply
#3
(10-31-2019, 10:01 AM)DanielG Wrote: 2. write a custom kernel that can handle the exact amount of md5 rounds
OK You lost me on that part Smile
Any other options like piping from something to hashcat
Reply
#4
mdxfind should be able to handle this
Reply
#5
mdxfind looks cool, https://www.techsolvency.com/pub/bin/mdxfind/
"Multi-iteration: can try thousands of iteration counts of any of these core algorithms".

On https://www.techsolvency.com/pub/bin/mdxfind/usage.txt it looks like you will need to use the options -h for only md5 algo and -i for amount tot try.
Reply
#6
Big Grin 
Thank you very much guys already playing with it
Reply
#7
To be clear, I'm not the author of MDXfind and my site isn't the official site for MDXfind. The official site is https://hashes.org/mdxfind.php. I try to keep my mirror up to date, but there may be a newer version there at any given time.
~
Reply