TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I've created the fastest open-source DNS bruteforcer using XF_ADP

15 pointsby celesian2 months ago

2 comments

celesian2 months ago
Hey HN! I&#x27;ve done a lot of work with querying large amounts of DNS scanning recently for my own projects, and I&#x27;ve found that the current available tools (massdns, dnsx, zdns) were lackluster in the performance and accuracy aspect.<p>Recently, I&#x27;ve learned about XDP and AF_XDP, which allows user-space programs to have a fast-path through the kernel and skip a large chunk of networking done by the kernel. This allows us to directly interact with the network interface TX queues, and send a lot of traffic very fast.<p>I initially started to do this because I was curious if it would work or not, but eventually I saw that it worked too well, so I polished it a little bit and released it as open-source.<p>Happy to answer any questions.
评论 #43433872 未加载
usr11062 months ago
What will your DNS provider say to this? And your hoster after the DNS provider black^W forbidlisted them?<p>&#x2F;&#x2F; No practical experience in this field, just wondering