Redeemer
- which TCP port is open on machine = 6379
nmap -T4 -sC -sV -O -p-
2 service running that port = redis
Type of database REDIS have = in-memory database
which cli REDIS use = redis-cli
flag used with redis cli to specify hostname = -h
redis-cli -h redis15.localnet.org -p 6390 PING
PONG
Once connected to a Redis server, which command is used to obtain the information and statistics about the Redis server? = info
version of REDIS server on target machine = 5.0.7
command use to select desired database in REDIS = 4
connect with REDIS CLI
redis-cli -h <ip_address>
select 0
keys *
how to get flag
get flag