Files
2025-11-21 17:17:42 +01:00

15 lines
660 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- Zone Transfer
- `dig @<server IP> ironcorp.me axfr`
- `nslookup ls -d <domain name>`
- Extract all DNS records via LDAP (requires domain user)
- `adidnsdump -u contoso\\Anakin contoso.local`
- DNSRecon
- `dnsrecon -d TARGET -D /usr/share/wordlists/dnsmap.txt -t std --xml ouput.xml`
- Internal Network
- `nmap --script broadcast-dhcp-discover`
- Uses DHCP Discover requests to enumerate the current domain
- Get a list of domain controllers (replace domain.local with domain name)
- `dig -t SRV _gc._tcp.domain.local`
- `dig -t SRV _ldap._tcp.domain.local`
- `dig -t SRV _kerberos._tcp.domain.local`
- `dig -t SRV _kpasswd._tcp.domain.local`