metasploit-framework/data/exploits/redis/exp
Green-m 07f3c074d4
Add doc and enhance the module.
2019-07-20 00:17:57 +08:00
..
Makefile Add doc and enhance the module. 2019-07-20 00:17:57 +08:00
exp.c Add doc and enhance the module. 2019-07-20 00:17:57 +08:00
exp.so Add doc and enhance the module. 2019-07-20 00:17:57 +08:00
readme.md Add doc and enhance the module. 2019-07-20 00:17:57 +08:00

readme.md

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