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
confusploit — This is a python script that can be used with Shodan CLI to mass hunting Confluence Servers vulnerable to CVE-2022-26134 | Kitploit
Tools/GitHubGitHub/p4b3l1t0/confusploit
OSINT (Open Source Intelligence)ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation Gathering
GitHubp4b3l1t0/confusploit

confusploit

This is a python script that can be used with Shodan CLI to mass hunting Confluence Servers vulnerable to CVE-2022-26134

View Repository
27 months 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

This is a Script to find vulnerable servers to CVE-2022-26134 and can be used together SHODAN CLI and Bash Scripting One-Liner

Please use only for legal and educational purposes

Confluence Pre-Auth Remote Code Execution via OGNL Injection (CVE-2022-26134)

  • On June 02, 2022 Atlassian released a security advisory for their Confluence Server and Data Center applications, highlighting a critical severity unauthenticated remote code execution vulnerability. The OGNL injection vulnerability allows an unauthenticated user to execute arbitrary code on a Confluence Server or Data Center instance.

Installation

Clone the repo:

root@kitploit:~
git clone https://github.com/p4b3l1t0/confusploit.git && cd confusploit

Install requirements:

root@kitploit:~
pip3 install -r requirements.txt 

Give permissions:

root@kitploit:~
chmod +x confusploit.py

Execute and choose your best option:

root@kitploit:~
python3 confusploit.py
Download Tool