# 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
- **バージョン:** 3.0.1
- **ソース概要:** OSINT automation tool
- **ホームページ:** <https://www.blacklanternsecurity.com/bbot/>
- **リポジトリ:** <https://github.com/blacklanternsecurity/bbot>
- **最終更新:** 2026-08-02T01:26:51+09:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bbot (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.0.1
## プロジェクトの歴史と使われ方

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 を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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
## 他のパッケージマネージャ記録

- 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


## 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
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
