TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

15 点作者 celesian2 个月前

2 条评论

celesian2 个月前
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 个月前
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