Nmap scan IP
: db_nmap -sV 10.129.171.167
See that there is an SQL database service open on port 3306
Try to connect to the database
mysql -h IP -P port -u userID
Enter the database and see the database structure:
The following are three default database configurations
htb is a self-built database, guessing the flag is inside
=================================================================
Subsequent content is not public
Reason - contains flag
Enter the htb database and view two tables, open the config table
select * from config;
Get the flag