# Installer findomain avec Homebrew, Nix, pacman

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

## installation

```sh
sudo av install brew:findomain
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install findomain
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#findomain
```

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

- pacman (92%):

```sh
sudo pacman -S findomain
```

  Preuve: Arch Linux sync databases: findomain from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:findomain
- **Gestionnaire de paquets:** Homebrew
- **Version:** 10.0.1
- **Résumé source:** Cross-platform subdomain enumerator
- **Page d'accueil:** <https://github.com/Findomain/Findomain>
- **Dépôt:** <https://github.com/Findomain/Findomain>
- **Dernière mise à jour:** 2026-06-22T14:03:20-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- findomain (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 10.0.1
## Historique du projet et usages

Findomain is a Rust-based subdomain enumeration and reconnaissance tool for security testing, bug bounty work, and domain monitoring. Its official README presents it as a complete domain-recognition tool that combines Certificate Transparency logs, public APIs, optional API keys, resolution, screenshotting, port scanning, imports from other tools, and alerting integrations.

### Historique du projet

The public GitHub repository was created in April 2019, and its first GitHub release was tagged 0.1.2 later that month. The project quickly defined itself around speed and breadth rather than brute force alone: the README describes a CT-log and API-driven approach, with later feature growth around monitoring, webhooks, resolver behavior, and multiple output modes.

Findomain's implementation choice matters to packagers because the README emphasizes cross-platform Rust builds and official binaries for Linux, Windows, macOS, AArch64, ARMv7, NixOS, and Docker. That made it easy to distribute as a single CLI in security-focused environments.

### Historique d'adoption

Findomain's adoption is mostly in the offensive-security and reconnaissance niche. Its own documentation names Homebrew, pacman, Nix, Pentoo, Docker, and direct release downloads as installation paths, which fits a tool used from disposable workstations, CI-style monitoring jobs, and bug-bounty toolchains.

The project also added premium and monitoring-oriented features, such as webhook alerts, database-backed subdomain monitoring, and imports from other tools. That shifted it from a one-shot enumerator toward a small domain-observation workflow.

### Modes d'utilisation

Users run Findomain to discover subdomains from Certificate Transparency logs and public APIs, optionally resolve the results, write target-specific output files, import findings from other tools, and monitor for newly observed subdomains.

Because several sources require API tokens, Findomain usage ranges from zero-configuration public lookups to richer authenticated enumeration using providers such as VirusTotal, SecurityTrails, Facebook Certificate Transparency, and C99.

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

Findomain is package-interesting because it is a modern security CLI with the familiar shape of a single executable, but with a workflow that spans SaaS APIs, CT logs, local resolution, notifications, and optional persistence.

It also reflects a common pattern in security packaging: fast-moving niche tools become useful to package managers when they provide repeatable release artifacts and simple CLI installation, even if most of their culture lives in README examples rather than formal manuals.

### Chronologie

- 2019: Public GitHub repository is created.
- 2019: First GitHub release, 0.1.2, is published.
- 2020s: README documents monitoring, webhook alerts, imports, brute-force support, and multiple API integrations.
- 2026: Repository metadata shows continued maintenance activity.

### Related projects

- Certificate Transparency logs are a primary data source for Findomain's enumeration strategy.
- crt.sh, Certspotter, VirusTotal, Sublist3r, SecurityTrails, urlscan.io, Threatminer, and related APIs are documented as data sources.
- Other subdomain enumeration tools are part of the same ecosystem because Findomain can import and work with data discovered by other tools.

### Sources

- <https://github.com/Findomain/Findomain>
- <https://raw.githubusercontent.com/Findomain/Findomain/master/docs/INSTALLATION.md>
- <https://api.github.com/repos/Findomain/Findomain>
- <https://api.github.com/repos/Findomain/Findomain/releases>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - findomain: normalized package name match | nixpkgs package indexes: pkgs/by-name/fi/findomain/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - findomain - 10.0.1-2: normalized package name match | Arch Linux sync databases: findomain from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | The fastest and cross-platform subdomain enumerator, do not waste your time | https://github.com/Findomain/Findomain


## Combined YAML source

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


## Sources

- 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
