# Installer cdncheck avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:cdncheck
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cdncheck
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cdncheck
```

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

## Faits du paquet

- **Clé du paquet:** brew:cdncheck
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.2.47
- **Résumé source:** Utility to detect various technology for a given IP address
- **Page d'accueil:** <https://projectdiscovery.io>
- **Dépôt:** <https://github.com/projectdiscovery/cdncheck>
- **Dernière mise à jour:** 2026-08-02T06:12:46Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cdncheck (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

cdncheck is a ProjectDiscovery tool and Go library for identifying CDN, cloud, and WAF technology associated with DNS names or IP addresses.

### Historique du projet

The official repository describes cdncheck as both a command-line utility and a helper library. Provider data is maintained in provider.yaml and compiled into sources_data.json, making the project a compact data-and-code package for infrastructure detection.

### Historique d'adoption

Its adoption is tied to ProjectDiscovery's security tooling ecosystem, where small composable CLIs are used in reconnaissance and asset analysis pipelines. The README documents both direct CLI use and library import via github.com/projectdiscovery/cdncheck.

### Modes d'utilisation

Users run cdncheck against IP or DNS input, filter results to CDN, cloud, or WAF matches, write plain or JSONL output, and can add providers through the repository's provider data workflow.

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

cdncheck is package-nerd-relevant because it packages frequently changing provider intelligence into a Go CLI/library with reproducible releases; the package value is as much the curated data as the executable.

### Chronologie

- 2020: GitHub repository metadata identifies projectdiscovery/cdncheck repository creation era.
- 2020s: README documents CDN, cloud, WAF detection, provider generation, CLI flags, and library usage.

### Related projects

- cdncheck belongs to the ProjectDiscovery ecosystem of reconnaissance and security tools and is commonly adjacent to DNS, HTTP probing, and asset-enrichment workflows.

### Sources

- <https://api.github.com/repos/projectdiscovery/cdncheck>
- <https://github.com/projectdiscovery/cdncheck>
- <https://projectdiscovery.io>
- <https://github.com/projectdiscovery/cdncheck#readme>
- <https://formulae.brew.sh/api/formula/cdncheck.json>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour cdncheck. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Nix - cdncheck: normalized package name match | nixpkgs package indexes: pkgs/by-name/cd/cdncheck/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/cdncheck.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cdncheck.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
