运行在 windows 平台下的mysql 数据库密码破解程序. 附源代码J:\MySQL\examples\tests\Release>mysql_pwd_crack.exemysql password crack v 1.0
usage : mysql_pwd_crack [ip] [options]options: -u username specify the username of mysql -x port specify the port of mysql -p password specify the password of mysql -d dict specify the dictionary -a automode automatic crack the mysql password Note: when u use the -a option, named the username dict user.dic password dict pass.dicexample: mysql_pwd_crack 127.0.0.1 -x 3306 -u root -d passdict.txt mysql_pwd_crack 127.0.0.1 -x 3306 -p root -d userdict.txt mysql_pwd_crack 127.0.0.1 -x 3306 -a