# Redeemer

## Initial Scan:

![](/files/YTG0t3mian41sOW4nttq)

## Task 1:

#### Which TCP port is open on the machine?

Found in initial scan

Answer: 6379

## Task 2:

#### Which service is running on the port that is open on the machine?

[Redis Website](https://redis.io/)

Answer: Redis

## Task 3:

#### What type of database is Redis? Choose from the following options: (i) In-memory Database, (ii) Traditional Database

![](/files/KOdPuvYrCNUV4TzKrQMl)

Answer: in-memory Database

## Task 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-CLI Docs](https://redis.io/docs/manual/cli/)

Answer: Redis-CLI

## Task 5:

#### Which flag is used with the Redis command-line utility to specify the hostname?

[Redis-CLI Docs](https://redis.io/docs/manual/cli/)

Answer: -h

## Task 6:

#### Once connected to a Redis server, which command is used to obtain the information and statistics about the Redis server?

[REDIS info](https://redis.io/commands/info/)

Answer: info

## Task 7:

#### What is the version of the Redis server being used on the target machine?

Found from initial scan

Answer: 5.0.7

## Task 8:

#### Which command is used to select the desired database in Redis?

[Redis Select](https://redis.io/commands/select/)

Answer: SELECT

## Task 9:

#### How many keys are present inside the database with index 0?

Run INFO

![](/files/32g3sfBMMudPN2RGIOQQ)

Answer: 4

## Task 10:

#### Which command is used to obtain all the keys in a database?

Google: redis command to obtain all the keys in a database

Answer: keys \*

## Task 11:&#x20;

#### Submit root flag

![](/files/vQhGgAyMZgaiMBP6NZpD)

Answer: 03e1d2b376c37ab3f5319922053953eb


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cybersec.th4ntis.com/hackthebox/starting-point/tier-0/redeemer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
