# uncover を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:uncover
```

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

### macOS

- Homebrew (100%):

```sh
brew install uncover
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#uncover
```

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

## パッケージ情報

- **パッケージキー:** brew:uncover
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/uncover>
- **バージョン:** 1.2.1
- **ソース概要:** Tool to discover exposed hosts on the internet using multiple search engines
- **ホームページ:** <https://github.com/projectdiscovery/uncover>
- **リポジトリ:** <https://github.com/projectdiscovery/uncover>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/projectdiscovery/uncover/archive/refs/tags/v1.2.1.tar.gz>
- **最終更新:** 2026-07-25T21:47:59+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- uncover (cli)
- uncover (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.2.1
- マネージャ更新日: 2026-07-25
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/projectdiscovery/uncover
- 検出された最新: v1.2.1 (最新)
## プロジェクトの歴史と使われ方

uncover is a ProjectDiscovery reconnaissance CLI that queries public internet search engines to discover exposed hosts. Its history is recent, but it fits a well-defined package-nerd niche: small Go security tools that compose through stdin/stdout and API-key-backed provider configuration.

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

ProjectDiscovery's official docs describe uncover as a Go wrapper using APIs from well-known search engines to quickly discover exposed hosts on the internet. The GitHub repository was created in 2022, and its first public tag/release series began with 0.0.1 in March 2022.

The official ProjectDiscovery blog frames uncover as a CLI for simplifying Shodan, Censys, ZoomEye, FOFA, and related internet-search workflows, especially inside automation pipelines. Later releases expanded provider support and added features such as multiple API keys and output customization.

### 採用の歴史

uncover belongs to the broader ProjectDiscovery ecosystem of security automation tools. Official ProjectDiscovery documentation emphasizes CLI and Cloud workflows for asset discovery and vulnerability management, and the project's llms.txt lists uncover among the major open-source tools.

The input package metadata shows package-manager availability in Homebrew and Nix. In practice, uncover's adoption is strongest among security engineers, bug-bounty hunters, and recon automation users who already chain tools such as httpx, nuclei, subfinder, and naabu.

### 使われ方

The docs describe querying multiple search engines at once, using provider API keys, randomizing across multiple keys, and integrating results with existing pipeline tools. The README documents `go install` installation and flags for query input, engine selection, and awesome-search-queries support.

Package-manager users install uncover to avoid maintaining a separate Go build checkout and to keep the binary updated alongside the rest of a recon toolkit. The important operational state is the provider configuration file that stores search-engine API keys.

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

uncover is significant in the security package niche because it normalizes many proprietary search APIs behind one CLI. That makes it easy to slot into shell pipelines, CI-style reconnaissance jobs, and ProjectDiscovery-style workflows.

It is young compared with classic Unix tools, but its value is exactly the modern package-manager value proposition: one small binary, fast updates, many upstream integrations, and predictable config paths.

### タイムライン

- 2022: GitHub repository created and 0.0.1 release published.
- 2022: ProjectDiscovery blog introduces uncover as a CLI for discovering exposed hosts and vulnerable instances.
- 2022: v1.0.0 release published.
- 2025: v1.0.10 adds new search-query and provider support.
- 2026: v1.2.1 release published.

### Related projects

- ProjectDiscovery tools such as nuclei, httpx, subfinder, naabu, dnsx, and cloudlist are adjacent tools in the same security automation ecosystem.
- Supported search/provider ecosystems include Shodan, Censys, FOFA, Hunter, Quake, ZoomEye, Netlas, CriminalIP, PublicWWW, HunterHow, Google, Onyphe, Driftnet, DayDayMap, and NerdyData as documented by official sources.

### ソース

- GitHub repository and release metadata via `gh api repos/projectdiscovery/uncover` and `gh api repos/projectdiscovery/uncover/releases`
- <https://docs.projectdiscovery.io/opensource/uncover/overview>
- <https://github.com/projectdiscovery/uncover>
- <https://projectdiscovery.io/blog/uncover>
- <https://projectdiscovery.io/llms.txt>
- source_facts.package-manager


## セキュリティノート

uncover に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/uncover/config.yaml

## Credential files

- Unix: ~/.config/uncover/provider-config.yaml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** uncover
- **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

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

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


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [amass](https://pkg.so/ja/brew/amass/) - Shares pkgdb curated category or tags: asset-discovery, cli, osint, reconnaissance, security.
- [subfinder](https://pkg.so/ja/brew/subfinder/) - Shares pkgdb curated category or tags: cli, osint, reconnaissance, security.
- [theharvester](https://pkg.so/ja/brew/theharvester/) - Shares pkgdb curated category or tags: cli, osint, reconnaissance, security.
- [bbot](https://pkg.so/ja/brew/bbot/) - Shares pkgdb curated category or tags: cli, osint, reconnaissance, security.
- [phoneinfoga](https://pkg.so/ja/brew/phoneinfoga/) - Shares pkgdb curated category or tags: cli, osint, reconnaissance, security.
- [recon-ng](https://pkg.so/ja/brew/recon-ng/) - Shares pkgdb curated category or tags: cli, osint, reconnaissance, security.
- [sn0int](https://pkg.so/ja/brew/sn0int/) - Shares pkgdb curated category or tags: cli, osint, reconnaissance, security.
- [favirecon](https://pkg.so/ja/brew/favirecon/) - Shares pkgdb curated category or tags: cli, osint, reconnaissance, security.
- [cloudlist](https://pkg.so/ja/brew/cloudlist/) - Security-sensitive metadata or terminology overlaps. Shared terms: asset, asset-discovery, cli, discovery, multiple.
- [maigret](https://pkg.so/ja/brew/maigret/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, osint, reconnaissance, search, security.

## Combined YAML source

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


## ソース

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