Task1
During our scan, which port do we find serving MySQL?
답 : 3306
Task2
What community-developed MySQL version is the target running?
답:MariaDB
Task3
When using the MySQL command line client, what switch do we need to use in order to specify a login username?
답:-u
Task4
Which username allows us to log into this MariaDB instance without providing a password?
답: root
Task5
In SQL, what symbol can we use to specify within the wuery that we want to display everything inside a table?
답: *
Task6
In SQL, what symbol do we need to end each query with?
답: ;
Task7
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?
답:htb
SUBMIT FLAG
답: 7b4bec00d1a39e3dd4e021ec3d915da8
'HackTheBox' 카테고리의 다른 글
[HTB] Ignition (0) | 2023.03.20 |
---|---|
[HTB] Three (0) | 2023.03.19 |
[HTB] Responder (0) | 2023.03.19 |
[HTB] Crocodile (0) | 2023.03.18 |
[HTB] Appointment (0) | 2023.03.17 |