TASK 1 任务 1
Which TCP port is open on the machine?
计算机上打开了哪个 TCP 端口?
6379
TASK 2 任务 2
Which service is running on the port that is open on the machine?
计算机上打开的端口上运行哪个服务?
redis
TASK 3 任务 3
What type of database is Redis? Choose from the following options: (i) In-memory Database, (ii) Traditional Database
Redis是什么类型的数据库?从以下选项中进行选择:(i) 内存数据库,(ii) 传统数据库
In-memory Database 内存数据库
检查攻击机与靶机的连通性
ping ip
TASK 4 任务 4
Which command-line utility is used to interact with the Redis server? Enter the program name you would enter into the terminal without any arguments.
哪个命令行实用程序用于与 Redis 服务器交互?输入您将在终端中输入的程序名称,不带任何参数。
redis-cli
TASK 5 任务5
Which flag is used with the Redis command-line utility to specify the hostname?
Redis 命令行实用程序使用哪个标志来指定主机名?
-h