berabuddies/redis-poc ? reverse-engineered prompt
Reverse engineered prompt
Help me turn this into a safe local lab demo that shows which Redis versions are vulnerable and explains the risk without actually exploiting anything.
I want a small Python tool that can connect to a Redis instance, check the version, tell me whether it looks exposed to the known issues mentioned in the README, and then give clear guidance on how to harden it or upgrade it. If it makes sense, add a simple way to run it against a host and port, plus a short report of the result.
Please keep it easy to run from the command line, avoid any destructive behavior, and make the output understandable for someone who is not deeply technical. If you need current details about Redis releases or security fixes, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit