May 2017
Intermediate to advanced
416 pages
21h 33m
English
MySQL servers support granular permissions to access databases. If we have credentials with access to the mysql.user table, we could list all users in the MySQL server. This is the reason why it is important to configure user permissions to be as restrictive as possible.
The following recipe shows how to use Nmap to enumerate users in MySQL servers.
Read now
Unlock full access