2021-09-05 14:04:32 +02:00
|
|
|
# ldapdomaindump
|
|
|
|
|
|
|
|
> Dump users, computers, groups, OS and membership information via LDAP to HTML, JSON and greppable output.
|
|
|
|
> See also `ldapsearch`.
|
2025-04-27 10:35:40 +03:00
|
|
|
> More information: <https://github.com/dirkjanm/ldapdomaindump#usage>.
|
2021-09-05 14:04:32 +02:00
|
|
|
|
|
|
|
- Dump all information using the given LDAP account:
|
|
|
|
|
2025-04-27 10:35:40 +03:00
|
|
|
`ldapdomaindump {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}} {{password|ntlm_hash}} {{hostname|ip}}`
|
2021-09-05 14:04:32 +02:00
|
|
|
|
|
|
|
- Dump all information, resolving computer hostnames:
|
|
|
|
|
2025-04-27 10:35:40 +03:00
|
|
|
`ldapdomaindump {{[-r|--resolve]}} {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}}{{password}} {{hostname|ip}}`
|
2021-09-05 14:04:32 +02:00
|
|
|
|
|
|
|
- Dump all information, resolving computer hostnames with the selected DNS server:
|
|
|
|
|
2025-04-27 10:35:40 +03:00
|
|
|
`ldapdomaindump {{[-r|--resolve]}} {{[-n|--dns-server]}} {{domain_controller_ip}} {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}}{{password}} {{hostname|ip}}`
|
2021-09-05 14:04:32 +02:00
|
|
|
|
|
|
|
- Dump all information to the given directory without JSON output:
|
|
|
|
|
2025-04-27 10:35:40 +03:00
|
|
|
`ldapdomaindump --no-json {{[-o|--outdir]}} {{path/to/directory}} {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}}{{password}} {{hostname|ip}}`
|