cracking salted MD5 hash

No explicit questions like "how do I hack xxx.com" please!
User avatar
ilkjester
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 165
Joined: 09 Aug 2006, 16:00
17
Contact:

cracking salted MD5 hash

Post by ilkjester »

Anyone know what kind of hash this is and how I would crack it? Does john the ripper crack any hashes or would i have to know the type of hash it is first?
Error: Supplied argument is too long on line 5. ce612bf7f7ef037facaff77ab1b89e89;
edit, glitch mob,sage francis, prefuse 73, gousien, andre nickatina, guilty simpson, j dilla, stones throw, mf doom, atmosphere, aesop rock, alias, block head, boom bip, dose one, busdriver, ttc, cannibal ox, dabrye, girl talk, heiroglyphics,2 mex, look d

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

MD5 hash....you can only crack it by using rainbow tables.
either visit one of the usual online MD5 cracking sites (and wait, wait, wait if the hash has not been cracked earlier by another reuqest already), or get some rainbow tables yourself (and download, download, download :lol: ).
the problem with the first option is that it can take really long if you're #1055 in the queue, and the problem with the 2nd option is that you either have to hope there is no special character in the password or trying to find perfect rainbow tables (which would be at least 500GB to download if you find a source).
if you need rainbow tables for alphanumeric passwords take a look here:
http://rainbowtables.ddl.cx/

:wink:

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

I need a rainbow table that can crack special characters, is this possible to have in a table like this with a filesize 40GB or under?

how do you tell what type of hash it is? I've been playing with ophcrack lately, is john the ripper better?

what kind of hash would this be? it seems to not be a MD5

EbGguvEgrRavfNcvRprbsShpXvatCvFf

thanks

rhysh
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 767
Joined: 15 Nov 2006, 17:00
17
Contact:

Post by rhysh »

still learning that is not an md5,or not your ordinary one anyway,i dunno,it hasnt got any numeric character so i dont think it is md5

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

Cain and Abel is an app that can be used to crack MD5 hashes, but how good the chances are with dictionary or brute force-attacks, I don't know
you will definitely have the best chances by using rainbow tables (ok, brute forcing maybe has the same chances, but it takes awfully long).

so either you download them (using the link I provided above) or you generate them by yourself:
http://www.antsight.com/zsl/rainbowcrack/

User avatar
f4Gg0t_43
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 245
Joined: 13 Sep 2008, 16:00
15
Contact:

Post by f4Gg0t_43 »

Code: Select all

http://milw0rm.com/cracker/insert.php

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

yeah i know its not a MD5 hash... but how do i find out what kind of hash it is so i can crack it?.. it is a wargames mission im working on.. i've tried with ophcrack and does not seems to be a LM hash eaither

svyatko
suck-o-fied!
suck-o-fied!
Posts: 87
Joined: 12 Jun 2007, 16:00
16
Location: Philly
Contact:

Post by svyatko »

Still_Learning wrote:EbGguvEgrRavfNcvRprbsShpXvatCvFf
Well try rot13. I tried it and I am not sure if it's going to help you.
I'm not sure if they are trying to tell you it's not rot13 or it is. Is there more to the message?

rhysh
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 767
Joined: 15 Nov 2006, 17:00
17
Contact:

Post by rhysh »

actually maybe svyatko is right

where is this hash from,ive seen noob admins think that base64 encoding in their config files was gunna stop me from being able to know their passwords but,well i wonder how i got their sql acc and cpanel???

if it was from a php file did have this
base64_decode or
str_rot13 somewhere in it?

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

yes, it is not rot 13 eaither.. i got the same weird msg :-k

"RoTthiRteEnisApiEceofFucKingPiSs"

allthough i've never heard of it until now, and it pretty interesting

rhysh
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 767
Joined: 15 Nov 2006, 17:00
17
Contact:

Post by rhysh »

where is the source you got the hash from,a config file?sql db?

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

yeah it was rot13 , i apologize.. i put in the wrong captcha code

rhysh; it is for a wargames site..

btw: how did you dtermine that it was rot13? is there a way to tell by how many characters the has it or by looking at the hash and seeing how many letters/numbers are in it, or do you just try the decode it with all the diffrent hash decoders? .. what is the easiest way to determine what kind of hash it is? thanks

rhysh
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 767
Joined: 15 Nov 2006, 17:00
17
Contact:

Post by rhysh »

md5=32 char
base64=na
rot13 i think shifts every 13th alphanumeric character or something
sha1 is 41 characters

usually i come across md5 hashes but phpbb3 uses sha1 other than that i dont get many sha1 hashes,also i usually just trade dbs, i dont bother with hash cracking unless they have alot of emails and the hashes arent salted,i hate salted md5s

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

thanks Rhysh, salted md5? is that when (*@&#^ like that are mixed in with the numbers / letters? if not what is the difference between a salted and regular md5?

rhysh
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 767
Joined: 15 Nov 2006, 17:00
17
Contact:

Post by rhysh »

no its where you require a certain key of generated data to go along with the hash,

look here:
http://www.comptechdoc.org/independent/ ... lting.html
without the salt a saltedhash is useless

Post Reply