This guide explains how to navigate the MariaDB instance on HTB's Sequel machine to retrieve the flag.The process involves scanning for the MySQL/MariaDB service and connecting to the database.Once connected, you can enumerate databases and tables, and retrieve sensitive data such as the flag.The guide also provides an automation script for enumeration and shares some lessons learned from the process.