Install
Usage
Include Tombstoned Records
Output
Createsrecords.csv with all DNS records from AD-integrated DNS zones.
type, name, value (three columns; the CSV header is literally type,name,value). There is no zone column.
With LDAP (Manual)
Why Use It
- Discover internal hosts not in ping sweep
- Find hidden services, dev servers, legacy systems
- Map internal infrastructure via DNS
- Works with any domain user (low privilege)
Quick Reference
| Task | Command |
|---|---|
| Dump DNS | adidnsdump -u 'DOM\user' -p 'pass' DC_IP |
| Resolve | Add -r flag |
| Tombstoned | Add --include-tombstoned |
| Output | records.csv |