Submit Flag
Submit Flag
Submit root flag
How to
Connecting via redis-cli
To connect via redis-cli, we'll run the following command:
redis-cli -h <target_ip>
Obtaining the Root Flag
Now, let's find the root flag and get it.
First, we'll retrieve all the keys from the database.
keys *
Then, we'll get the flag.
get flag

Last updated