# dnsmap を Homebrew, apt, dnf, Nix でインストール

dnsmap のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:dnsmap
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dnsmap
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install dnsmap
```

  証拠: Debian stable package indexes: dnsmap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install dnsmap
```

  証拠: Fedora Rawhide package metadata: dnsmap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#dnsmap
```

  証拠: nixpkgs package indexes: pkgs/by-name/dn/dnsmap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:dnsmap
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.36
- **ソース概要:** Passive DNS network mapper (a.k.a. subdomains bruteforcer)
- **ホームページ:** <https://github.com/resurrecting-open-source-projects/dnsmap>
- **リポジトリ:** <https://github.com/resurrecting-open-source-projects/dnsmap>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dnsmap (エイリアス)
- dnsmap-bulk (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.36
## プロジェクトの歴史と使われ方

dnsmap is a command-line DNS network mapper and subdomain brute-forcer. It is part of the older web-application reconnaissance tradition where small C tools enumerated likely hostnames from wordlists.

### プロジェクトの歴史

The maintained GitHub repository identifies dnsmap as a resurrected open-source project and preserves the classic dnsmap and dnsmap-bulk tools. Its README describes the utility as a passive DNS network mapper, also known as a subdomains brute-forcer.

dnsmap predates the wave of Go and Python recon frameworks; its appeal was that it was small, scriptable, and close to the Unix style of running a focused tool against a domain and capturing the output.

### 採用の歴史

dnsmap has stronger package-manager persistence than many small recon tools. It appears in Homebrew, Debian and Ubuntu, Fedora/DNF, and Nix, which suggests a long tail of security-training, lab, and audit usage even after newer enumeration tools appeared.

### 使われ方

Users run dnsmap against a target domain with a wordlist to discover hostnames that resolve. dnsmap-bulk extends that workflow to multiple domains, making the package useful in older penetration-testing scripts and quick DNS inventory passes.

### パッケージ好きにとっての重要性

dnsmap matters as a preserved recon artifact: package managers keep a small, older DNS brute-forcer installable because it is easy to audit, easy to script, and still teaches the shape of subdomain-enumeration workflows.

### タイムライン

- 2000s: dnsmap circulates as a compact DNS mapping and subdomain brute-force utility.
- 2010s: Linux security distributions and general-purpose package managers continue carrying dnsmap.
- 2020s: The resurrecting-open-source-projects repository keeps the source available for modern packaging.

### Related projects

- Related tools include dnsgen for candidate generation, massdns and other high-speed resolvers for checking large candidate sets, and broader reconnaissance frameworks that automate subdomain discovery.

### ソース

- <https://github.com/resurrecting-open-source-projects/dnsmap>
- <https://github.com/resurrecting-open-source-projects/dnsmap#readme>
- <https://formulae.brew.sh/formula/dnsmap>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## 他のパッケージマネージャ記録

- Debian apt - dnsmap - 0.36-4: normalized package name match | Debian stable package indexes: dnsmap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | DNS domain name brute forcing tool | https://github.com/resurrecting-open-source-projects/dnsmap
- Nix - dnsmap: normalized package name match | nixpkgs package indexes: pkgs/by-name/dn/dnsmap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dnsmap - 0.36-3: normalized package name match | Ubuntu 24.04 LTS package indexes: dnsmap from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | DNS domain name brute forcing tool | https://github.com/resurrecting-open-source-projects/dnsmap
- dnf - dnsmap - 0.36-9.fc45: normalized package name match | Fedora Rawhide package metadata: dnsmap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Sub-domains bruteforcer | https://github.com/resurrecting-open-source-projects/dnsmap


## Combined YAML source

View the package source record on GitHub. [combined/dnsmap.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dnsmap.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
