Last Updated: February 25, 2016
·
636
· dtommasino

Check for Weak Credentials

If you want to check your DB server to ensure no one is using a weak username and password...you can leverage a brute force tool to check credentials. Here is a quick python script for such a task:

https://github.com/modlearning/mysql-scanner

Make sure you have permission to run this against the DB server