One Day Sec

What is the difference between SharpAdidnsdump and adidnsdump?

SharpAdidnsdump is a C# tool for Windows that directly queries LDAP for computer names and then performs DNS lookups, while adidnsdump is a Python-based tool that requires the impacket library and is typically used on Linux systems. Both can obtain DNS records with regular domain user credentials (plaintext password or NTLM hash). For more details and examples, refer to the original article and the related DNS Records and MachineAccount article.
SharpAdidnsdumpadidnsdumpC#PythonimpacketLinuxWindowsNTLM hash

Browse all Q&A →