May 2017
Intermediate to advanced
416 pages
21h 33m
English
Open your terminal and enter the following command:
$ nmap -p3306 --script mysql-users --script-args mysqluser=<username>,mysqlpass=<password> <target>
If the credentials provided have access to the mysql.user table, the user list will be included in the script output:
PORT STATE SERVICE 3306/tcp open mysql | mysql-users: | root | crm | web |_ admin
Read now
Unlock full access