View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008790 | Kali Linux | Queued Tool Addition | public | 2024-06-17 09:17 | 2024-08-02 14:39 |
Reporter | 22sh | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | ||
Summary | 0008790: ldeep - In-depth LDAP enumeration utility | ||||
Description | Nameldeep Version1.0.58 - https://github.com/franc-pentest/ldeep/releases Homepagehttps://github.com/franc-pentest/ldeep/ Downloadldeep Releases - https://github.com/franc-pentest/ldeep/releases Authorfranc-pentest LicenceMIT License Descriptionldeep is an in-depth LDAP enumeration utility designed to help with the exploration and analysis of LDAP directories. It provides detailed information about LDAP structures and helps in the discovery of important data within these directories. It can run against an Active Directory LDAP server or locally on saved files. DependenciesPython 3.x Similar toolsldapsearch (part of OpenLDAP suite) ActivityThe project was started 6 years ago. The latest commit on the repository was 3 days ago (Jun 14, 2024), indicating that the project is actively maintained. How to installTo install ldeep: Install native dependencies for Kerberos: Download the latest release from the ldeep Releases page. How to useSome basic commands/functions to demonstrate its usage: Help is self-explanatory. Let's check it out: $ ldeep -h options: Mode: {ldap,cache} Backend engine to retrieve data Enumerate Users: ldeep ldap -u Administrator -p 'password' -d winlab.local -s ldap://10.0.0.1 users Enumerate Users with Reversible Password Encryption and Verbosity: ldeep ldap -u Administrator -p 'password' -d winlab.local -s ldap://10.0.0.1 users reversible -v List Group Policy Objects (GPOs): ldeep ldap -u Administrator -p 'password' -d winlab.local -s ldap://10.0.0.1 gpo Perform Comprehensive Enumeration and Save Results: ldeep ldap -u Administrator -p 'password' -d winlab.local -s ldap://10.0.0.1 all /tmp/winlab.local_dump PackagedNo, the tool is not already packaged for Debian. | ||||
@kali-team, please could this be packaged up.
|
|