数据库密码破解工具的使用

DBPwAudit — DataBase Password Audit

功能:通过挂载字典对目标数据库进行密码暴力猜解,目前支持的数据库包括SQLServer、MySQL、Oracle、DB2 。

程序位置:/pentest/database/dbpwaudit/

驱动位置:/pentest/database/dbpwaudit/jdbc/ //需要自行下载驱动复制到该目录

root@bt:/pentest/database/dbpwaudit# ./dbpwaudit.sh -s IP -d master -D mssql -U username -P password         //破解SQLServer数据库命令实例

root@bt:/pentest/database/dbpwaudit# ./dbpwaudit.sh -s IP -d mysql -D mysql -U username -P password        //破解MySQL数据库命令实例

原文地址:https://www.cnblogs.com/xunbu7/p/3460615.html