Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

AIM "md5 library"


ghost's Avatar
0 0

I read in several post that people speak about AIM "md5 library". I try to google: AIM "md5 library" AIM tools "md5 library" AIM buddy "md5 library"

but i can't find anything…

Can someone give me a link or help me, please.

thx in advance


ghost's Avatar
0 0

add the name "md5 library" (without speach marks and with the correct spelling) to your AOL instant messenger contacts list and send him/her/it an md5.


ghost's Avatar
0 0

Yeah it is just a contact that will crack MD5 Hashes for you! Good thng to have if you are on AIM! I'm not myself but there again i'm building a cluster to crack hashes!


ghost's Avatar
0 0

rofl, wow.


ghost's Avatar
0 0

thx for your answer


ghost's Avatar
0 0

Jake is the guy to thank for it. He made it. It cracks so many hashes it's unbelievable…


ghost's Avatar
0 0

-The_Flash- wrote: Jake is the guy to thank for it. He made it. It cracks so many hashes it's unbelievable…

Seriously? wow- i didn't know that!!


AldarHawk's Avatar
The Manager
0 0

I alone added 27000+ hashes :P


ghost's Avatar
0 0

wen is it usually online?


ghost's Avatar
0 0

How do you add hashes to it?


ghost's Avatar
0 0

I was gonna ask the same thing… (how do you add more hashes?) AldarHawk, can you write an article about it, please? That would be greatly appreciated (I'm sure by everyone).


ghost's Avatar
0 0

As of this exact second of writing, it's offline.

As to adding hashes, just paste the hash, press enter, and boom. It's either cracked, or will be cracked some day down the road.

There's also some other things to do, I believe there's a help option available to you once you instant message 'im.


ghost's Avatar
0 0

I think I get it… you simply take a dictionary (or text word) and encrypt them into MD5, then store the hashes somewhere. And whenever you call on a hash, it display the dictionary word (in plaintext). Simple, yet ingenious. Much faster than bruteforcing.

How can I make a DB out of them, tho? Do you know how jake programmed his bot to retrieve the compare the hashes, and retrieve the plaintext?


ghost's Avatar
0 0

Just message it and type 'help' like it says for a list of commands.


ghost's Avatar
0 0

uh… is any admin going to ban this Nazi fool? That's not cool, dude… regardless of what anyone says. Hitlerian ideology is wrong, and sick. I hope you know the ALL the history behind that swastika b4 u support it.


ghost's Avatar
0 0

Noooo you don't understand, it doesn't ENCRYPT it…. It will decrypt a hash.

IE If you have an admin password you would like to decrpyt, chances are the bot will crack it. Just like you would say hello on AIM. you input the hash, wait for 5-10 seconds and bam, cracked

To add a hash i believe it's just

'add <insert hash>'

It can also work out maths sums etc. just hit in 'help' and see what you can do. I have added 4 word lists so far.

Another thanks to Jake for this tool


ghost's Avatar
0 0

flash, i do understand. I'm just saying that to store the hashes to the DBase, jake/aldarhawk had to encrypt some plaintext words/passwords, so that their hashes can be compared with the hash a user wants to "crack", then the original plaintext is gets "decrypted". the AIM bot does not, technically, crack hashes; it just decrypts. I know how to use it, by the way, it's just: Crack = "md5hashed5triNg"


ghost's Avatar
0 0

$result = mysql_query("SELECT 'plaintext' FROM table WHERE hash = $hash LIMIT 1"); if ( mysql_num_rows($result) ) { echo $result } else { echo 'not found'; }

Thats basically how it works, minus the aim protocol. I believe the bot also searches the net and adds new words it finds.


ghost's Avatar
0 0

that's quite sublimal! Thx, dude. I was gonna go bonkers if I didn't see something like that…


ghost's Avatar
0 0

I give great props to Jake as he was the one who coded it and keeps it online using his server. Almost everytime I try Gdataonline.com or Milw0rm, and they don't have my hash, I go to Jake's bot. Rarely it doesnt have the hash so therefore I retreat to the brute force at AldarHawk's site which is another fine bit of coding. Grats to both Jake and AldarHawk and everyone who helped them. Thanks for your guys work!


AldarHawk's Avatar
The Manager
0 0

the way you add a hash into the library is using the ADD command.

But you do it like this format:

Add <plaintext>

it will look into the database and see if the plain text is in the list. if not then it will add it and hash it for you. That is all. it is that simple. Also it takes input from Jake when he runs addition querys on it. He runs them frequntley.

Also do not forget that on my site is a brute forcer if the bot does not work ;)

http://aldarhawk.homelinux.org


ghost's Avatar
0 0

Thx, man – you are awesome! how long does it usually take you to bruteforce a 7 char long word? (not using a dictionary?) anyone…


ghost's Avatar
0 0

netfish wrote: I was gonna ask the same thing… (how do you add more hashes?) AldarHawk, can you write an article about it, please? That would be greatly appreciated (I'm sure by everyone).

Lol, wouldn't I be a better candidate to tell you people about it… since I coded it and all ;)

Netfish: Cracking a 7 character long hash depends on the character set… Could you give me that?

WilleH $result = mysql_query("SELECT 'plaintext' FROM table WHERE hash = $hash LIMIT 1"); if ( mysql_num_rows($result) ) { echo $result } else { echo 'not found'; }

That is a very basic query, but actually since the library currently has 550,000,000 entries and I wanted it to be fast, I have optimized it. The library is split across 256 databases with 256 tables in each database, resulting in a total of 65,536 tables. Also, other things have been done to it to speed up the process.

And I am currently working on a new version, which once public, will work for both AIM and MSN. It should be finished within the next couple weeks.


ghost's Avatar
0 0

Whens the msn version coming out :P


ghost's Avatar
0 0

Jake wrote:… And I am currently working on a new version, which once public, will work for both AIM and MSN. It should be finished within the next couple weeks.

:)

You will see an update in my sig once it's done.


ghost's Avatar
0 0

Jake wrote: [quote]Jake wrote:… And I am currently working on a new version, which once public, will work for both AIM and MSN. It should be finished within the next couple weeks.

:)

You will see an update in my sig once it's done.[/quote] Sorry I must have missed that line but sounds like fun!


ghost's Avatar
0 0

-The_Flash- wrote: Noooo you don't understand, it doesn't ENCRYPT it…. It will decrypt a hash. It does not decrypt a one-way HASH. Google.


ghost's Avatar
0 0

Yes it does… one-way MD5 hashes anyway


ghost's Avatar
0 0

MD5 does not decrypt like base64 or rot13. It can be cracked though.


ghost's Avatar
0 0

Oh, that's what you were talking about. The way you capitalized "Hash" lead me to think you were saying that MD5s were not hashes. Still, it was just a simple mistake on his behalf, You know what he meant :)

As a side note, the MSN version is up :) (It's still being worked on, so it's not fully functional yet)


ghost's Avatar
0 0

I've seen it before. That only has about 30,000,000 entries though… MD5 Library currently has 550,000,000 :)


ghost's Avatar
0 0

i must say this is the best MD5 decrypter i have ever used. it amazingly fast. thx for whoever wrote it. Great Work:D


Mr_Cheese's Avatar
0 1

Jake wrote it.

and i agree, it is the fastest md5 cracker out there.