-
Notifications
You must be signed in to change notification settings - Fork 18
Home
github-actions[bot] edited this page Jul 2, 2026
·
3 revisions
Documentation for ADWSDomainDump — Active Directory enumeration over ADWS (TCP 9389), not LDAP.
-
Output formats & flags — HTML, JSON, grep, Markdown,
--all,--minimal,--resolve -
BloodHound export —
--bloodhound,--acl, zip ingest, ACL parsing -
AD CS collection —
--adcs, Configuration partition, limits vs SharpHound/Certipy
All collection goes through ADWS (ADWSConnection on port 9389). The tool does not bind to LDAP (389/636) during a dump.
| ADWSDomainDump | ldapdomaindump / SharpHound | |
|---|---|---|
| Protocol | ADWS (9389) | LDAP (+ host collection for sessions) |
| Users, groups, computers, trusts | Yes | Yes |
| GPOs, OUs, containers | With --all
|
Yes |
| BloodHound DACL edges | --bloodhound --all |
Yes |
| AD CS (directory objects) |
--bloodhound --adcs or --all
|
Yes (+ registry/HTTP for some ESC) |
| Sessions / local admin / RDP | No | Yes |
Credentials: DOMAIN\user, user@domain, or - to prompt for a password.
Output directory: -o /path/to/outdir (default: current directory). Dump artifacts are gitignored — see .gitignore.