81 words
1 minute
Redeemer
Machine Information
- Platform: HTB
- Lab: Starting Point
- OS: Linux
- Difficulty: Very Easy
- IP:
10.129.136.187

Step 0: Getting Started
If you’re not sure how to get started, this will help -> Step 0: Getting Started.
mkdir -p HTB/LAB/REDEEMER && cd HTB/LAB/REDEEMERIP=10.129.136.187 && ping -c 2 $IPSee also: Here.
Are you ready? OK!
Step 1: Recon
nmap -Pn -sC -sV -p- $IP
6379/tcp (Redis) is open. In-memory database — try redis-cli for enumeration.
Step 2: Solution
Connect to Redis
redis-cli -h $IP
Enumerate & Flag
infoselect 0keys *get flagexitFlag

03e1d2b376c37ab3f5319922053953eband PASTE!
Some information may be outdated