🛡️ Redeemer - Overview

📝 Machine Information

  • Name: Redeemer
  • Platform: Hack The Box (Starting Point - Tier 0)
  • Difficulty: Very Easy
  • IP Address: 10.129.80.36

🎯 Objective

Gain access to the Redis server and retrieve the flag stored in the database.

🚀 Walkthrough Summary

  1. Reconnaissance: Identified Port 6379 (Redis) as open using rustscan.
  2. Enumeration: Connected to Redis using redis-cli and checked server information.
  3. Initial Access: Interacted with the Redis database without authentication.
  4. Exfiltration: Listed all keys, selected the appropriate database, and retrieved the value of the flag key.


🖼️ Proof of Compromise


Next Step