Page 1 of 1

More Dastardly

Posted: Tue Nov 04, 2008 6:29 pm
by matthias00
How do you've solved this challenge?
I've found the the solution thorugh google (cracked by milw0rm), but I guess it's not the correct way.
On the other hand, finding collisions in md5 isn't that easy..

Posted: Wed Nov 05, 2008 10:15 am
by knox
Using rainbow tables helped in reversing the md5 hash.

Posted: Wed Nov 05, 2008 3:47 pm
by MerickOWA
I also solved this by googling the hash.

I am curious about rainbow tables. In order for them to work, doesn't the password have to exist in one of the list of chains?

Rainbow tables seem to just save you from having to save ALL the MD5s in memory for comparison later, but it doesn't help that you still have to MD5 everything possible correct?

Posted: Wed Nov 05, 2008 6:11 pm
by the_impaler
Yeah, I did online rainbow tables but only one of them work.
I don't think it's MD5 although - if I remember ti correctly it's MD4.

Posted: Sat Nov 22, 2008 8:11 pm
by Allosentient
Brute force with the program 'Cain' also works, but its impossible to know how long that will take before you do it so I just used google

Posted: Sat Nov 22, 2008 8:41 pm
by theStack
the_impaler wrote:Yeah, I did online rainbow tables but only one of them work.
I don't think it's MD5 although - if I remember ti correctly it's MD4.
I used a MD5 hash search engine so I'm pretty sure it was MD5.
Try

Code: Select all

$ echo -n flippit | md5sum
on the console and you'll see that the exact hash value from the challenge comes out.

Well to be honest I didn't heard of the existence of such search engines ever before and found such a website purely by accident, but the idea is of course obvious.

Posted: Fri Mar 06, 2009 7:27 am
by will.i.am
I used hashcrack.com

Posted: Tue May 25, 2010 10:35 am
by markobr

Posted: Mon Jul 05, 2010 6:11 am
by caveman3
i used Jkain

Posted: Fri Nov 26, 2010 7:52 pm
by wannabe7331

Posted: Sun Dec 18, 2011 12:16 pm
by JBL
GOOGLE IT

ANSWER IS IN CAPS !! :)