Port enumeration

With nmap, I found a mariaDB server open in 3306. 051c430e8aedf4371782a499b8a94dae.png

Database enumeration

I tried to log as root in the db.

mariadb -u root -h 10.129.95.232 --sql=OFF

The user root hasn't password, so, Im able to log in the db and obtain the flag.

select * from config;

b8fba95eeeacc08628fb539b8d58d976.png