Jump to content

MD5 Decrypter


tarun

Recommended Posts

Hi Guys
Im looking for an MD5 Decrypter to help me with this cool site

[url=http://www.hackthissite.org]http://www.hackthissite.org[/url] - Its a site where you have these hacking challenges BUT there to help you learn about so security and stuff so dont be alarmed

anyway has anyone got any PHP code that could help me?

thank you everyone

From Tarun
Link to comment
Share on other sites

This is totally off topic...

md5 cannot be decrypted, so there's no PHP code to decrypt it...

You can try [url=http://www.oxid.it/cain.html]Cain and Abel[/url] if you want to run a dictionary/brute-force attack.

Check this site also:
http://www.md5decrypter.com/

Orio.
Link to comment
Share on other sites

Rather than actually trying to decrypt it (altho It's partially decrypted already? Remember reading that some years ago) you could do a dictionary based attempt, like the guy above suggested.

Read through a wordlist, line by line and MD5 it, then match it against the password provided by the site you're talking about.

Let's say the md5 provided by the site is f44152ed4438e5c60ffd0d5e67f7aae7 - if you'd run through the wordlist in your php script (you're going to have to make that yourself tho):

wordlist.txt
hello
world
my
name
is
earl

md5("earl") = "f44152ed4438e5c60ffd0d5e67f7aae7"

last entry would match. I guess it's a quick and dirty way.. you can find alot of "public" wordlists around.

Another thing is to use JTR (John the ripper), found here: www.openwall.com/john/ - you'll also find various tutorials on this specific application. Just note that it has issues with some hashes.

Oh, there's more ;).

GData - http://gdataonline.com/seekhash.php - it's a database of user-submitted MD5 hashes, and their plaintext value.

[quote]
RESULTS:
Hash Pass
52 [1] => ed [2] => 44 ) --!> f44152ed4438e5c60ffd0d5e67f7aae7 earl
[/quote]

It has quite alot.

[b]EDIT:[/b] Oh, 3 people replied while I was writing this.. it's the same information as the above posts.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.