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-21006_jar — Java-based exploit for CVE-2024-21006, delivering a payload via LDAP to a target IP and port. Includes compiled JAR and source for customization. | Kitploit
Tools/GitHubGitHub/lightr3d/cve-2024-21006_jar
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHublightr3d/cve-2024-21006_jar

CVE-2024-21006_jar

Java-based exploit for CVE-2024-21006, delivering a payload via LDAP to a target IP and port. Includes compiled JAR and source for customization.

View Repository
17222 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-2024-21006_jar

Exploit code reference: https://github.com/momika233/CVE-2024-21006

Here, the source code has been compiled into a JAR package for ease of use. The lib directory contains dependency files. If you wish to modify the source code, you can compile it yourself.

Usage

root@kitploit:~
java -jar CVE-2024-21006.jar <ip> <port> <ldapUrl>

Reference from dadvlingd's project, using random strings for binding to solve the issue where the payload can only be executed once.

References

https://blog.csdn.net/zwy15288408160/article/details/138189146

https://blog.csdn.net/m0_46109609/article/details/114373594

Download Tool