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

+ Recent posts