Local MySQL Password Bruteforcer is a python script to assess the strength of the local MySQL access passwords.
It attempts to enumerate local passwords against either the dictionary of passwords and single user or dictionary of users and passwords.
It is written in Python and can be easily ported as an executable for windows using tools such as py2exe.
Installation
No installation needed, just download and run.
Usage
To crack single password for a user:
options: -d -u
To crack passwords for multiple users:
options: -d -U
Options
-h, --help show this help message and exit -d FILE, --dictionary=FILE local password dictionary to use -U FILE, --usernames=FILE local username dictionary to use -v, --verbose don't print any messages -u USERNAME, --username=USERNAME username to crack password against -f FORCE, --force=FORCE force quit after first successful crack