MySQL
Port: TCP/3306
sudo nmap 10.129.14.128 -sV -sC -p3306 --script mysql*
| Connect to the MySQL server. There should not be a space between the '-p' flag, and the password. |
| Show all databases. |
| Select one of the existing databases. |
| Show all available tables in the selected database. |
| Show all columns in the selected database. |
| Show everything in the desired table. |
| Search for needed |
| Version |
| |
| |
|
Last updated