pugDNS is an experimental, high-performance DNS query tool designed to facilitate fast and accurate bulk DNS lookups.
It leverages AF_XDP (Address Family eXpress Data Path) sockets to achieve significantly higher query rates compared to traditional DNS tools.
This makes it particularly useful for security researchers, network administrators, and penetration testers involved in DNS reconnaissance and domain discovery tasks.
In benchmarks conducted on a server with a 1Gbit/s port, pugDNS outperformed other tools:
These benchmarks highlight pugDNS’s potential for handling large-scale DNS queries efficiently.
Currently, pugDNS requires using tools like tcpdump to capture responses, as it does not handle this internally.
Future developments aim to address this limitation by adding support for sniffing DNS responses directly.
Other planned features include support for AF_XDP raw sockets and handling multiple nameservers and subdomains files as input.
To use pugDNS, users can clone the repository from GitHub and build it using Go:
bashgit clone https://github.com/c3l3si4n/pugdns
go generate && go build
./pugdns
The project credits the slavc/xdp library for its AF_XDP functionality in Go.
pugDNS offers a promising solution for those needing high-speed DNS query capabilities. While still in development, its performance advantages make it a tool worth considering for large-scale DNS reconnaissance tasks.
A critical vulnerability, CVE-2025-29927, has recently been identified in the Next.js ecosystem, allowing attackers to…
The Awesome-Redteam repository is a comprehensive collection of tools and resources designed for red teaming…
ByDeF is a tool designed to generate an undetectable Portable Executable (PE) file, specifically a…
A critical vulnerability, CVE-2025-29927, has been identified in Next.js, a React-based web framework by Vercel.…
The ZeroDays CTF 2025, held on March 22nd at Croke Park in Dublin, Ireland, marks…
CloudPEASS is a suite of tools designed to help users identify potential privilege escalation paths…