More Dastardly

Discussion of challenges you have already solved
Post Reply
matthias00
Posts: 3
Joined: Mon Nov 03, 2008 6:48 pm

More Dastardly

Post 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..
knox
Posts: 8
Joined: Wed Oct 01, 2008 7:53 pm

Post by knox »

Using rainbow tables helped in reversing the md5 hash.
MerickOWA
Posts: 182
Joined: Mon Apr 07, 2008 5:54 pm
Location: HkRkoz al KuwaiT 2019 HaCkEr 101

Post 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?
the_impaler
Posts: 61
Joined: Wed Apr 30, 2008 3:31 am

Post 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.
Allosentient
Posts: 273
Joined: Thu Apr 10, 2008 9:47 pm

Post 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
theStack
Posts: 72
Joined: Sun Nov 02, 2008 12:46 am

Post 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.
will.i.am
Posts: 2
Joined: Thu Mar 05, 2009 2:19 pm

Post by will.i.am »

I used hashcrack.com
markobr
Posts: 17
Joined: Thu May 20, 2010 4:09 pm
Location: Tübingen
Contact:

Post by markobr »

caveman3
Posts: 2
Joined: Wed Jun 30, 2010 6:53 pm
Location: Canada

Post by caveman3 »

i used Jkain
wannabe7331
Posts: 4
Joined: Sat Oct 16, 2010 2:58 pm

Post by wannabe7331 »

JBL
Posts: 1
Joined: Mon Oct 11, 2010 6:04 pm
Location: INDIA

Post by JBL »

GOOGLE IT

ANSWER IS IN CAPS !! :)
...nobody
Post Reply