Categories: Kali Linux

Adidnsdump : Active Directory Integrated DNS Dump Tool

Adidnsdump tool is an Active Directory Integrated DNS dumping by any authenticated user.

By default any user in Active Directory can enumerate all DNS records in the Domain or Forest DNS zones, similar to a zone transfer.

This tool enables enumeration and exporting of all DNS records in the zone for recon purposes of internal networks.

Install and usage

You can either install the tool via pip with pip install it or install it from git to have the latest version:

git clone https://github.com/dirkjanm/adidnsdump
cd adidnsdump
pip install .

or

pip install git+https://github.com/dirkjanm/adidnsdump#egg=adidnsdump

Also Read : EvilClippy : For Creating Malicious MS Office Documents

The tool requires impacket and dnspython to function. While the tool works with both Python 2 and 3, Python 3 support requires you to install impacket.

Installation adds the command to your PATH. For help, try adidnsdump -h. The tool can be used both directly from the network and via an implant using proxychains. If using proxychains, make sure to specify the –dns-tcp option.

R K

Recent Posts

Best OSINT Tools and Techniques 2026: From Collection to Verification

OSINT is not just about tools. In 2026, the best open-source intelligence work depends on…

3 hours ago

Best Free Open Source OSINT Tools 2026: Create Your Own Recon Lab

Building an OSINT lab does not have to be expensive. In 2026, many of the…

3 hours ago

Apache SSL Certificate Setup: Secure Ubuntu 20.04 with Let’s Encrypt

Website security is no longer optional. An Apache SSL Certificate helps encrypt data exchanged between…

4 hours ago

Nginx Server Blocks: Host Multiple Websites on Ubuntu

Managing multiple websites on a single Linux server becomes much easier with Nginx Server Blocks.…

4 hours ago

Install Gradle Ubuntu: Complete Setup Guide for Developers

Gradle has become one of the most widely used build automation tools in modern software…

4 hours ago

Install Memcached Ubuntu – Fast Caching Setup Guide

Modern web applications often rely on caching to deliver faster response times and reduce database…

4 hours ago