Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p0dalirius/ldap2json
The ldap2json script allows you to extract the whole LDAP content of a Windows domain into a JSON file.
https://github.com/p0dalirius/ldap2json
active-directory analysis bugbounty export json ldap pentesting
Last synced: 16 days ago
JSON representation
The ldap2json script allows you to extract the whole LDAP content of a Windows domain into a JSON file.
- Host: GitHub
- URL: https://github.com/p0dalirius/ldap2json
- Owner: p0dalirius
- Created: 2021-12-22T13:18:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T08:38:49.000Z (18 days ago)
- Last Synced: 2024-10-28T10:38:47.833Z (18 days ago)
- Topics: active-directory, analysis, bugbounty, export, json, ldap, pentesting
- Language: Python
- Homepage: https://podalirius.net/
- Size: 2.16 MB
- Stars: 119
- Watchers: 6
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![](./.github/banner.png)
The ldap2json script allows you to extract the whole LDAP content of a Windows domain into a JSON file.
![](./.github/example.png)
## Features
- [x] Authenticate with password.
- [x] Authenticate with LM:NT hashes.
- [x] Authenticate with kerberos ticket.
- [x] Save LDAP content in json format.## Presentation and demonstration
## LDAP offline analysis tool
This analysis console offers multiple ways of searching LDAP objects from a JSON file. You can search for objects, property names or property values in the console.
![](./analysis/screenshots/analysis.png)
## Debug mode
![](./.github/debug.png)
## Contributing
Pull requests are welcome. Feel free to open an issue if you want to add other features.