Skip to main content

One post tagged with "Redis"

Redis is an in-memory data store that provides a high-performance key-value storage system. It supports various data structures such as strings, hashes, lists, sets, and more, allowing developers to build fast and scalable applications with features like caching, queues, and leaderboards.

View All Tags

HTB | Redeemer | Write-Up

· 12 min read

Summary:

This article guides users through completing the Redeemer machine challenge on Hack The Box. Through a series of tasks, users are guided in connecting to the target machine via pwnbox, identifying open TCP ports, determining service versions, understanding Redis database types, using command-line utilities for interaction, and obtaining flags.

Machine Name: Redeemer | Difficulty: Easy | OS: Linux