[StartingPoint][Tier1]Sequel

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命令行客户端时,我们需要使用什么开关来指定登录用户名?)

image.png

-u

Task 4

Which username allows us to log into this MariaDB instance without providing a password?

(哪个用户名允许我们在不提供密码的情况下登录此 MariaDB 实例?)

image.png

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 中,我们可以使用什么符号在查询中指定要显示表中的所有内容?)

image.png

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;

image.png

7b4bec00d1a39e3dd4e021ec3d915da8

相关推荐

  1. Exploring Sequelize Schema and Model Usage

    2024-04-05 16:30:06       23 阅读
  2. Nest.js Sequelize ORM到数据库(MySQL & PostgreSQL)示例

    2024-04-05 16:30:06       22 阅读
  3. Sequelize一个易用且基于 promise 的 Node.js ORM 工具

    2024-04-05 16:30:06       17 阅读
  4. nvm1.1.11

    2024-04-05 16:30:06       31 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-04-05 16:30:06       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-05 16:30:06       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-05 16:30:06       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-05 16:30:06       20 阅读

热门阅读

  1. test000000

    2024-04-05 16:30:06       18 阅读
  2. LLM记录1

    2024-04-05 16:30:06       16 阅读
  3. 【C++算法】 卡常技巧

    2024-04-05 16:30:06       17 阅读
  4. Python程序设计 垃圾回收机制&鸭子类型

    2024-04-05 16:30:06       14 阅读
  5. vue3 模板编译过程

    2024-04-05 16:30:06       19 阅读
  6. 深度学习中的算子

    2024-04-05 16:30:06       13 阅读
  7. Linux服务器上安装多个版本cuda的一些准备

    2024-04-05 16:30:06       13 阅读
  8. 理想大模型实习面试题6道(答案解析)

    2024-04-05 16:30:06       17 阅读
  9. 设计模式:生活中的组合模式

    2024-04-05 16:30:06       16 阅读