# Installer dnsmap avec Homebrew, apt, dnf, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dnsmap pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dnsmap
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install dnsmap
```

  Preuve: 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
```

  Preuve: Fedora Rawhide package metadata: dnsmap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:dnsmap
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/dnsmap>
- **Version:** 0.36
- **Résumé source:** Passive DNS network mapper (a.k.a. subdomains bruteforcer)
- **Page d'accueil:** <https://github.com/resurrecting-open-source-projects/dnsmap>
- **Dépôt:** <https://github.com/resurrecting-open-source-projects/dnsmap>
- **Licence:** GPL-2.0-or-later AND GPL-3.0-or-later
- **Archive source:** <https://github.com/resurrecting-open-source-projects/dnsmap/archive/refs/tags/0.36.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- dnsmap (cli)
- dnsmap-bulk (cli)
- dnsmap (alias)
- dnsmap-bulk (alias)

## Dépendances de compilation

- autoconf
- automake

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.36
- données locales: OK
- dépôt amont: https://github.com/resurrecting-open-source-projects/dnsmap
- dernière version détectée: 0.36 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** dnsmap
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- 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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Sub-domains bruteforcer | https://github.com/resurrecting-open-source-projects/dnsmap


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [autoconf](https://pkg.so/fr/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/fr/brew/automake/) - Build dependency declared by Homebrew.
- [findomain](https://pkg.so/fr/brew/findomain/) - Shares pkgdb curated category or tags: cli, dns, reconnaissance, security, subdomain-enumeration.
- [dnsgen](https://pkg.so/fr/brew/dnsgen/) - Shares pkgdb curated category or tags: cli, dns, reconnaissance, security, security-testing.
- [shuffledns](https://pkg.so/fr/brew/shuffledns/) - Shares pkgdb curated category or tags: cli, dns, reconnaissance, security, subdomain-enumeration.
- [scilla](https://pkg.so/fr/brew/scilla/) - Shares pkgdb curated category or tags: cli, dns, reconnaissance, security, subdomain-enumeration.
- [chaos-client](https://pkg.so/fr/brew/chaos-client/) - Shares pkgdb curated category or tags: cli, dns, reconnaissance, security, subdomain-enumeration.
- [amass](https://pkg.so/fr/brew/amass/) - Shares pkgdb curated category or tags: cli, dns, reconnaissance, security.
- [dnstwist](https://pkg.so/fr/brew/dnstwist/) - Shares pkgdb curated category or tags: cli, dns, security.
- [fierce](https://pkg.so/fr/brew/fierce/) - Shares pkgdb curated category or tags: cli, dns, reconnaissance, security.

## Combined YAML source

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


## Sources

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