MySQL Dump V.1 Released

20 Aralık 2008










Download Link:
http://www.zshare.net/download/529222493ac579ee/

Tortorial Video Link:
http://www.megaupload.com/?d=P6KAGTGP

MD5 Cracking Database v.1.0

##############################################
## MD5-PLAIN MySQL DATABASE v.1.0 by fr0z3n ##
##############################################

1.) get xampp or some other mysql+php software
2.) place all scripts in the same dir of php.exe
3.) edit md5_config.php and insert your data
4.) run cmd.exe
5.) run: php.exe md5_setup.php
6.) if no error returns you can run md5_insert.php to add hashes out of a file
example: C:\xampp\php>php md5_insert.php md5.txt

============================
MD5-PLAIN DATABASE SETUP
by fr0z3n (darkc0de)
============================
- CONFIGURATION -

wordlist: md5.txt
size: 1744388 words
============================

7.) if you got some hashes added to your database, you can start cracking some
for single hash cracking, use md5_single_select.php

example: C:\xampp\php>php md5_single_select.php 63a9f0ea7bb98050796b649e85481845

==================================
MD5-PLAIN DATABASE SINGLE SELECT
by fr0z3n (darkc0de)
==================================
- CONFIGURATION -

MD5: 63a9f0ea7bb98050796b649e85481845
PLAIN: root
==================================

8.) But if you got a huge list of md5 hashes you should use md5_multi_select.php

build up your hashfile like this:

895cd467d8d0c0db9c192fb442dd2d78
b847a8fda7ed8a623e82cb957f875660
63a9f0ea7bb98050796b649e85481845
d80b70af408cb5e381eeed685ea0f2c3
d80b70af408cb5e381eeed685ea0f2c3
63a9f0ea7bb98050796b649e85481845

and use md5_multi_select.php HASHFILE

example: C:\xampp\php>php md5_multi_select.php hashes.txt

==================================
MD5-PLAIN DATABASE MULTI SELECT
by fr0z3n (darkc0de)
==================================
- CONFIGURATION -

hashes: 6 hashes to crack

MD5: 895cd467d8d0c0db9c192fb442dd2d78
PLAIN: ~not found~

MD5: b847a8fda7ed8a623e82cb957f875660
PLAIN: ~not found~

MD5: 63a9f0ea7bb98050796b649e85481845
PLAIN: root

MD5: d80b70af408cb5e381eeed685ea0f2c3
PLAIN: ~not found~

MD5: d80b70af408cb5e381eeed685ea0f2c3
PLAIN: ~not found~

MD5: 63a9f0ea7bb98050796b649e85481845
PLAIN: root

==================================


9.) For questions find me in the deepnes of darkc0de :P
greets fr0z3n