10-31-2019, 08:57 AM
How should one proceed if the hash is md5(md5(md5($pass))) or 4-5 etc times?
MD5 question
|
10-31-2019, 08:57 AM
How should one proceed if the hash is md5(md5(md5($pass))) or 4-5 etc times?
10-31-2019, 10:01 AM
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
10-31-2019, 11:41 AM
10-31-2019, 12:08 PM
mdxfind should be able to handle this
10-31-2019, 12:24 PM
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.
10-31-2019, 01:46 PM
Thank you very much guys already playing with it
10-31-2019, 03:29 PM
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.
~
|
« Next Oldest | Next Newest »
|