Task 1
During our scan, which port do we find serving MySQL?
(在扫描过程中,我们发现哪个端口为 MySQL 提供服务?)
``
3306
Task 2
What community-developed MySQL version is the target running?
(目标正在运行哪个社区开发的 MySQL 版本?)
MariaDB
Task 3
When using the MySQL command line client, what switch do we need to use in order to specify a login username?
(使用MySQL命令行客户端时,我们需要使用什么开关来指定登录用户名?)
-u
Task 4
Which username allows us to log into this MariaDB instance without providing a password?
(哪个用户名允许我们在不提供密码的情况下登录此 MariaDB 实例?)
root
Task 5
In SQL, what symbol can we use to specify within the query that we want to display everything inside a table?
(在 SQL 中,我们可以使用什么符号在查询中指定要显示表中的所有内容?)
Task 6
In SQL, what symbol do we need to end each query with?
(在SQL中,我们需要用什么符号来结束每个查询?)
;
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?
(此 MySQL 实例中存在三个在所有 MySQL 实例中通用的数据库(information_schema,mysql,performance_schema)。该主机独有的第四个名字是什么?)
htb
Flag
use htb;show tables;select * from config;
7b4bec00d1a39e3dd4e021ec3d915da8