MySQL
MariaDB & MySQL:
Footprinting the Service
sudo nmap 10.129.14.128 -sV -sC -p3306 --script mysql*
3306/tcp open mysql
| mysql-brute:
| Accounts:
| root:<empty> - Valid credentials
|_ root account has empty password
# show root account is without passwordImportant MySQL Databases & Tables
Securing a MySQL Server
Last updated