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

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

## インストール

```sh
sudo av install brew:bbot
```

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

### macOS

- Homebrew (100%):

```sh
brew install bbot
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bbot
```

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

## パッケージ情報

- **パッケージキー:** brew:bbot
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/bbot>
- **バージョン:** 3.0.1
- **ソース概要:** OSINT automation tool
- **ホームページ:** <https://www.blacklanternsecurity.com/bbot/>
- **リポジトリ:** <https://github.com/blacklanternsecurity/bbot>
- **上流ドキュメント:** <https://www.blacklanternsecurity.com/bbot/>
- **ライセンス:** AGPL-3.0-only
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/28/5b/691da866f23abe3c40a9b119be366c4ada74fc49d6c85923de5b28b730ed/bbot-3.0.1.tar.gz>
- **最終更新:** 2026-08-02T01:26:51+09:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## 依存関係

- certifi
- cryptography
- libyaml
- openssl@3
- pydantic
- python@3.14
- xxhash
- zeromq
- zstd

## ビルド依存関係

- cmake
- ninja
- openjdk
- pkgconf
- rust

## macOS 提供ライブラリ

- libxml2
- libxslt

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 3.0.1
- マネージャ更新日: 2026-08-02
- ローカルデータ: OK
- 上流リポジトリ: https://www.blacklanternsecurity.com/bbot/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

BBOT is Black Lantern Security's OSINT, reconnaissance, bug-bounty, and attack-surface-management automation tool. It packages many passive and active discovery modules behind a single `bbot` scanner and preset system.

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

The upstream README describes BBOT as inspired by SpiderFoot and built to automate recon, bug bounties, and ASM. Its examples emphasize repeatable presets for subdomain enumeration, web crawling, email gathering, and web scanning.

The PyPI release metadata shows a 1.0.0 package upload on 2022-08-18. By the current upstream README, the project has stable and development installation tracks, Docker distribution, a public documentation site, and a community Discord.

### 採用の歴史

BBOT's adoption follows the modern Python security-tool path: PyPI and pipx for primary installation, Docker for isolated runs, GitHub for development, and Homebrew/Nix formulas for users who expect security tooling in system package managers.

### 使われ方

Operators use BBOT by giving it targets and presets such as `subdomain-enum`, `spider`, `email-enum`, `web-basic`, or `web-thorough`. Configuration stores module options and API keys, so the same scan recipes can be repeated across assessments.

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

BBOT is interesting in package history because it is a high-churn security automation tool that still reaches general package managers. It shows how OSINT tooling has moved from one-off scripts toward modular scanners with presets, docs, containers, PyPI packages, and native package-manager entries.

### タイムライン

- 2022-08-18: PyPI metadata records BBOT 1.0.0 uploads.
- 2023: Upstream README advertises a DEF CON Recon Village/Demo Labs appearance.
- Current: README documents stable installation with `pipx install bbot`, Docker, and the official documentation site.
- 2026-06-09: PyPI metadata records 3.0.0.986rc0 release-candidate uploads.

### Related projects

- Related projects include SpiderFoot, Amass, Subfinder, httpx, Nuclei, and other reconnaissance and attack-surface-management tools.

### ソース

- <https://github.com/blacklanternsecurity/bbot#readme>
- <https://pypi.org/pypi/bbot/json>
- <https://www.blacklanternsecurity.com/bbot/Stable/>
- input:source_facts.package-manager


## セキュリティノート

bbot に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ 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/bbot/bbot.yml

## Credential files

- Unix: ~/.config/bbot/bbot.yml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bbot
- **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 - bbot: normalized package name match | nixpkgs package indexes: pkgs/by-name/bb/bbot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/ja/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [Productivity CLI packages](https://pkg.so/ja/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [zstd](https://pkg.so/ja/brew/zstd/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [zeromq](https://pkg.so/ja/brew/zeromq/) - Runtime dependency declared by Homebrew.
- [xxhash](https://pkg.so/ja/brew/xxhash/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [openjdk](https://pkg.so/ja/brew/openjdk/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/ja/brew/ninja/) - Build dependency declared by Homebrew.
- [sn0int](https://pkg.so/ja/brew/sn0int/) - Shares pkgdb curated category or tags: automation, cli, osint, reconnaissance, security.
- [subfinder](https://pkg.so/ja/brew/subfinder/) - Shares pkgdb curated category or tags: cli, osint, reconnaissance, security.
- [amass](https://pkg.so/ja/brew/amass/) - 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.
- [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.
- [uncover](https://pkg.so/ja/brew/uncover/) - 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.
- [ggshield](https://pkg.so/ja/brew/ggshield/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, cryptography, libyaml, openssl.

## Combined YAML source

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