December 2017
Intermediate to advanced
860 pages
16h 1m
English
Metasploit offers great brute-force modules for MySQL databases. Let's use the mysql_login module to start testing for credentials, as shown in the following screenshot:

We can set the required options, which are RHOSTS, to the IP address of the target, then set BLANK_PASSWORDS to true and simply run the module as follows:

We can see that the database is running with the user as root with a blank password. While conducting on-site VAPT, you will often come across many database servers running with default ...
Read now
Unlock full access