MySQL

Port 3306

Authentication

#Windows
mysql -uharvey -p!IC4nB3Th3B3st? -e "show databases;"
mysql -uharvey -p!IC4nB3Th3B3st? -e "show tables;" table_name
mysql -uharvey -p!IC4nB3Th3B3st? -e "select * from user;" column_name mysql -uharvey -p!IC4nB3Th3B3st? -e "select * from user;" table_name

#Kali
mysql -u username -p -h <IP>

Enumeration

Last updated