Nmap scanning IP
: db_nmap -sV 10.129.171.167
See that there is a SQL database service open to port 3306
Attempt 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 that 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