Task: Redis Bug Hunt

Pasted image 20220904222140

First presented with terminal explaining issue. Pasted image 20220904222203

Ok, I'll curl the page then. Get back a n error, I'll follow example and request cmd=help. Pasted image 20220904222220

Looks like the server is redis-cli 5.0.3. redis-1

Can I connect to the redis-cli in a local shell? Yeah. redis-2

I can't run anythign, I'm not authorized. redis-3

Can I run ping from the curl interface? Yes. redis-4