Port 3306 - MySQL/MariaDB
MySQL is commonly found running on either windows or linux servers. The original MySQL solution was bought by Oracle, the previous open-source variant was forked and is referred to as MariaDB.
Default credentials are often set to root:
, within some instances as per the example not requiring a password.
MySQL/MariaDB Scanning and Enumeration
Tool
Script/Module
Auth
MITRE ATT&CK Tactic
Command
MSF
mysql_enum
Y
Reconnaissance
Nmap
mysql-info
N
Reconnaissance
sudo nmap -A -p 3306 -n 10.10.10.10
MySQL/MariaDB Exploitation
MSSQL Database Interaction
The MySQL command line tool can be used to interface with a remote MySQL/MariaDB instance.
Last updated