ropnop / go-windapsearch

Utility to enumerate users, groups and computers from a Windows domain through LDAP queries
BSD 3-Clause "New" or "Revised" License
343 stars 46 forks source link

DNSRecord Unmarshalling #13

Closed ropnop closed 3 years ago

ropnop commented 3 years ago

This PR adds support for unmarshalling binary DNSRecord content returned in the LDAP attribrute dnsRecord. Inpsired heavily by Dirkjanm's great work with https://github.com/dirkjanm/adidnsdump/blob/master/adidnsdump/dnsdump.py using Impacket structures