Automic VaultAutomic Vault

brew

使用 Homebrew, dnf, Nix 安装 massdns

查看 massdns 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install massdns

local Homebrew formula metadata

Linux

Fedora dnf已验证 · 92%
sudo dnf install massdns

Fedora Rawhide package metadata · massdns · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#massdns

nixpkgs package indexes · pkgs/by-name/ma/massdns/package.nix · 来源: api.github.com

概览

软件包摘要

High-performance DNS stub resolver

命令和别名

  • massdns

历史

项目历史与用法

MassDNS is a high-performance DNS stub resolver for bulk lookups and reconnaissance. It targets use cases where users need to resolve millions or billions of names and tune resolver, output, retry, and concurrency behavior from the command line.

项目历史

The MassDNS repository was created in June 2016. Its README identifies Quirin Scheitle and the Technical University of Munich among the contributors and describes the tool as capable of more than 350,000 resolutions per second without special configuration.

Release history is sparse but meaningful. Version 0.3 in 2020 replaced an `ldns` dependency with a custom DNS implementation to reduce memory allocations and added NDJSON output. Version 1.0.0 in 2021 switched the project to semantic versioning, and version 1.1.0 in 2024 added resolver-list tooling, dedicated resolver support, SVCB and HTTPS record support, and several community fixes.

采用历史

MassDNS has a visible security and DNS-research audience, with several thousand GitHub stars and hundreds of forks. The supplied package metadata records Homebrew, Fedora, and Nix packages, which makes it accessible from both workstation and Linux server environments.

Its adoption is closely tied to subdomain enumeration and bulk DNS workflows. The README includes scripts for PTR resolution, subdomain brute forcing, certificate-transparency-derived names, and direct authoritative-name-server enumeration.

使用方式

Typical usage pipes a domain list into `massdns`, chooses a resolver list with `-r`, selects a record type with `-t`, and writes output with `-w` or stdout redirection. Output modes include simple text, full text, binary, domain-list output, and NDJSON.

The README emphasizes operational caution: public resolvers may be unreliable or generate abuse complaints, and users should adjust concurrency and prefer trusted resolvers when authenticity matters.

为什么软件包爱好者会关心

MassDNS matters to package users because it provides a fast, small DNS reconnaissance primitive that can be installed without dragging in a large framework.

For command-line security and network engineers, it is the DNS-side counterpart to other high-throughput reconnaissance tools: composable, pipe-friendly, and tuned by flags rather than a GUI.

时间线

  • 2016: GitHub repository created.
  • 2020: v0.3 release removes the `ldns` dependency and adds NDJSON output.
  • 2021: v1.0.0 switches to semantic versioning.
  • 2024: v1.1.0 release adds resolver tooling and SVCB/HTTPS record support.

Related projects

  • MassDNS includes and references subdomain enumeration workflows inspired by or compatible with tools such as subbrute.
  • It is commonly used alongside wordlists, certificate transparency sources, and local recursive resolvers such as Unbound.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 10 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
massdnscli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本1.1.0
管理器更新时间
本地数据OK
上游当前
检测到的最新版本v1.1.0

https://github.com/blechschmidt/massdns

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键brew:massdns
版本1.1.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/massdns
主页https://github.com/blechschmidt/massdns
仓库https://github.com/blechschmidt/massdns
上游文档https://github.com/blechschmidt/massdns#readme
许可证GPL-3.0-only
源码归档https://github.com/blechschmidt/massdns/archive/refs/tags/v1.1.0.tar.gz
构建依赖cmake
macOS 提供的库libpcap
Bottle可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemassdns
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

massdns

nix profile install nixpkgs#massdns
  • normalized package name match
  • 匹配方式:Massdns
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ma/massdns/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

massdns 0.3-15.fc44

High-performance DNS stub resolver for bulk lookups and reconnaissance

https://github.com/blechschmidt/massdns

sudo dnf install massdns
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: massdns
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Massdns
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: massdns from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment