title: Crocodile date: 2025-06-06 author: Nicos draft: false tags: section: “HTB” categories: [“HTB”]
Task 1
During our scan, which port do we find serving MySQL?
![[Pasted image 20250606171949.png]]
Task 2
What community-developed MySQL version is the target running? ![[Pasted image 20250606172223.png]]
Task 3
When using the MySQL command line client, what switch do we need to use in order to specify a login username?
![[Pasted image 20250606172601.png]] ![[Pasted image 20250606172607.png]]
Task 4
Which username allows us to log into this MariaDB instance without providing a password?
![[Pasted image 20250606173057.png]]
![[Pasted image 20250606173723.png]]
Task 5
In SQL, what symbol can we use to specify within the query that we want to display everything inside a table? ![[Pasted image 20250606173225.png]]
Task 6
In SQL, what symbol do we need to end each query with? ![[Pasted image 20250606173312.png]]
Task 7
There are three databases in this MySQL instance that are common across all MySQL instances. What is the name of the fourth that’s unique to this host?
![[Pasted image 20250606174838.png]]
Submit Flag
Submit root flag list the tables the get the contents of the table
![[Pasted image 20250606175146.png]] ![[Pasted image 20250606175047.png]]