How to extract hashes (MD5...etc) from database

all kinds of tutorials and guides. how, where, why, step-by-step stuff and more. also support for those tutorials and guides. ONLY post step-by-step guides/tutorials here OR reply with question if you have any.
Post Reply
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

How to extract hashes (MD5...etc) from database

Post by Sethioz »

ive searched google and asked around, but everybody give some general bullshit that never helped.
so i had to figure it out myself. first i tried to make/find some tool that reads mysql and extracts only hashes from tables, but no luck with it.
Then i came up with very easy thing. All hashes has same lenght. MD5 - 32 chars for example.
1. i used ''TextStat'' on the database to eliminate dublicated stuff and get them into list.
2. now i used ''Raptor 3'' to sort database by lenght.
-now all hashes are in same place. simply open the file and copy them into clean file. There still maybe some words (same lenght as hashes), but those are very easy to notice so you can remove them manually.
-When you use textstat, it also counts every hash. for example if one hash is used more than once it adds number behind it
like so:

Code: Select all

592ed4807ecdb5c59d93f477edc2c476	2
213d2bfb7eba7ca5cbf44dd2a95af46f	1
so you dont need to worry about double cracking them. In passpro its very useful...because u can add that number as comment so you know how many times this hash (pass) is used.

thats pretty much it. just go over it with ur own eyes and make sure theres no words (non hashes).
you may want to sort clear hash list in alphabetical order, it makes it even more easy to spot non hashes.

-took me about 2 mins to process 40mb database file and extract hashes.
Xilios
Newbie..
Newbie..
Posts: 1
Joined: Wed Nov 17, 2010 3:45 pm

Re: How to extract hashes (MD5...etc) from database

Post by Xilios »

I tried this, it works very well as long as I'm able to find the database, but what if it's some online site, of which you cannot find the database?

I look around everywhere, I couldn't find it the ordinary way, is there any program to search it, or any way to get in?

I already tried File2HD, couldn't find the 'database' files.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: How to extract hashes (MD5...etc) from database

Post by Sethioz »

this thread is not about hacking websites. you need to learn about MySQL and MySQL injections. if you are interested in hacking websites, make a new thread into proper sub-forum > pc hacking
Post Reply