MySQL5 password hash bruteforcer

No explicit questions like "how do I hack xxx.com" please!
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

MySQL5 password hash bruteforcer

Post by ayu »

Does anyone know of any good working password hash bruteforcer for MySQL5 passwords? =)

I don't have any time to play with the thought about coding my own at the moment (that uses CUDA).

I have a regular one already, but I'm looking for one that uses CUDA so that I can make use of my GPU as well to speed up the process.
I found this "extreme GPU bruteforcer" (lame name), but it doesn't seem to be updated so the old CUDA library that it uses seems to crash my graphics driver.

Anyway if anyone has anything and want to share then I would appreciate it, else I will simply have to use the "none CUDA" one ^^
"The best place to hide a tree, is in a forest"

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Edit: I found the solution for the "extreme" one, but it's not free and the demo only runs for 3 minutes (seriously what idiot sells a brute forcer?).

So I still need another one, so either I keep looking for one or I start making my own. But since I have limited time at the moment, I guess I'll go with keep looking : <


Still any tip would be appreciated : )
"The best place to hide a tree, is in a forest"

User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Post by hpprinter100 »

I found http://www.golubev.com/

works pretty well i get 500mill pwps which is not bad, still takes a while on the longer hashes.

You should also try http://www.freerainbowtables.com

Just sign up and you get 10 free hash submitions a day.

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

I can't see any MySQL hash brute forcer on the first link you posted.

And as for the second link, thanks, but I like to keep my cracking local, besides, one part of playing around with this is because I want to start learning CUDA soonish ^^
"The best place to hide a tree, is in a forest"

User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Post by hpprinter100 »

As ighashgpu supports salted hashes it's possible to use it for:

* Plain MD4, MD5, SHA1.
* NTLM
* Domain Cached Credentials
* Oracle 11g
* MySQL5
* MSSQL
* vBulletin
* Invision Power Board


can do MYSQL5 =D
Last edited by hpprinter100 on 16 Mar 2010, 11:59, edited 1 time in total.

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Ah I didn't see that, thank you =)
"The best place to hide a tree, is in a forest"

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

Post by bad_brain »

http://bvernoux.free.fr/md5/index.php

included in Backtrack 4... :wink:
Image

User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Post by hpprinter100 »

This looks mad fast, i am going to download some tables and test sometime

Code: Select all

http://project-rainbowcrack.com

Post Reply