Gonzalez Posted October 26, 2009 Report Posted October 26, 2009 Author: XorOk, so basically all we have here is a Perl script which will enable us to Brute-Force MySQL hashes which are generated through the use of the new MySQL PASSWORD() hash.NOTE: THIS IS A LOCAL SCRIPT ONLY.This script cannot, unless modified, be used to crack the password of a remote MySQL Database, its sole design was to aid the cracking of hash's which have been obtained through some other means, and for education purposes.Currently this script only supports cracking a single hash at a time, and will require the installation of both Perl and MySQL Server to run. Resumes are supported which will be beneficial for distributed cracking and will enable those of you with multiple computers to set each script off at different points.Future modifications are open to suggestion and are very welcome. Ideas that are currently in the pipeline are as follows: * Dictionary based brute-forcing. * Ability to crack multiple hashes simultaneously. * Reading hashes in from a file. * Writing generated password and hash pairs to a file. * Outputting password::hash pairs for rainbow tables.If you are intending to run this script and use your computer at the same time, I would recommend that you lower the priority of the thread using the task manager; linux users, I apologise I have no idea how to do this in Linux, however I'm sure you will !!If you want to test the program out you can generate a MySQL hash using the following command line and feed it into the script:mysql -e "SELECT PASSWORD('<password here>')------------------------------------------------------------------------------------------If any of you get bored, here are a few hashes to crack, who ever PM'sme on the forums first with the result of each hash I will give +1 rep to.5 REP UP FOR GRABS:# HASH CRACKED BY1 *7D6634935463191E1D3EEED175B6B5618999904C UNCRACKED2 *61BCAE3BF84C711637665EE9282E775BE409A01B UNCRACKED3 *9FAA2FAFCE009E8967598A90F96B76C8A46B42F5 UNCRACKED4 *9D9494052772BA41A3BC854874A1B064FF12F8F5 UNCRACKED5 *6820CC3C90A13E0D744C3D2D7C85524031B79D6A UNCRACKED------------------------------------------------------------------------------------------REVISIONS: Revision NotesREADME: ReadmeFILE SIZEmysql_crack1.0.tar.bz2 9.17 KBmysql_crack1.0.tar.gz 9.54 KBmysql_crack1.0.zip 10.59 KB------------------------------------------------------------------------------------------Right, so have fun cracking MySQL hashes!Enjoy, Quote