🛡️ 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
- Reconnaissance: Identified Port 6379 (Redis) as open using
rustscan. - Enumeration: Connected to Redis using
redis-cliand checked server information. - Initial Access: Interacted with the Redis database without authentication.
- Exfiltration: Listed all keys, selected the appropriate database, and retrieved the value of the
flagkey.
🔗 Quick Links
🖼️ Proof of Compromise

Next Step