# gobuster を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop でインストール

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

## インストール

```sh
sudo av install brew:gobuster
```

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

### macOS

- Homebrew (100%):

```sh
brew install gobuster
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gobuster
```

  証拠: MacPorts ports tree: www/gobuster/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gobuster
```

  証拠: Alpine Linux edge package indexes: gobuster from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install gobuster
```

  証拠: Debian stable package indexes: gobuster from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install gobuster
```

  証拠: Fedora Rawhide package metadata: gobuster from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#gobuster
```

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

- pacman (92%):

```sh
sudo pacman -S gobuster
```

  証拠: Arch Linux sync databases: gobuster from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/gobuster
```

  証拠: Scoop official bucket manifest trees: bucket/gobuster.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:gobuster
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/gobuster>
- **バージョン:** 3.8.2
- **ソース概要:** Directory/file & DNS busting tool written in Go
- **ホームページ:** <https://github.com/OJ/gobuster>
- **リポジトリ:** <https://github.com/OJ/gobuster>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/OJ/gobuster/archive/refs/tags/v3.8.2.tar.gz>
- **最終更新:** 2026-07-25T20:55:24-04:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

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

## バージョンと鮮度

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

Gobuster is a Go security CLI for brute-force enumeration of web directories and files, DNS names, virtual hosts, cloud storage buckets, TFTP paths, and fuzzing targets. It is a staple-style package: simple to install, easy to script, and usually paired with wordlists during penetration testing and security assessment work.

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

The public GitHub repository was created in November 2014, with the project description centered on directory/file, DNS, and virtual-host busting in Go. GitHub release records show a v2.0.1 release in September 2018 and the v3 series beginning in June 2019.

### 採用の歴史

Gobuster spread through security-oriented packaging because it solves a common reconnaissance task with a single compiled binary. The input package facts map it across Homebrew, Debian/Ubuntu, Fedora, Alpine, Arch, Nix, MacPorts, Scoop, and openSUSE-style packaging, and Homebrew provides a formula with binary bottles for macOS and Linux.

### 使われ方

The README documents a mode-based interface: dir mode for web paths, dns mode for subdomains, vhost mode for virtual hosts, s3 and gcs modes for bucket names, tftp mode for TFTP paths, and fuzzing mode for custom placeholders. Typical usage combines a target URL or domain with a wordlist and optional extensions, headers, cookies, or concurrency settings.

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

Gobuster matters to package nerds because it is one of the Go-era replacements for slower or interpreter-bound enumeration workflows. It packages cleanly as one binary, has no runtime language stack to manage, and has enough real-world security demand that it appears across many operating-system and cross-platform package collections.

### タイムライン

- 2014-11-14: Public GitHub repository created
- 2018-09-11: v2.0.1 release published
- 2019-06-19: v3.0.0 release published
- 2022-10-08: v3.2.0 release published
- 2025-09-04: v3.8.2 release published

### Related projects

- Gobuster sits alongside directory and content discovery tools such as dirb, dirsearch, ffuf, feroxbuster, and wfuzz.
- Its Go implementation and mode-based design make it part of the same packaging wave as other single-binary security CLIs.

### ソース

- <https://api.github.com/repos/OJ/gobuster>
- <https://api.github.com/repos/OJ/gobuster/releases?per_page=100>
- <https://formulae.brew.sh/formula/gobuster>
- <https://github.com/OJ/gobuster>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

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

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

- Debian apt - gobuster - 3.6.0-1+b10: normalized package name match | Debian stable package indexes: gobuster from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Directory/file & DNS busting tool written in Go | https://github.com/OJ/gobuster
- Nix - gobuster: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/gobuster/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gobuster - 3.6.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: gobuster from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Directory/file & DNS busting tool written in Go | https://github.com/OJ/gobuster
- apk - gobuster - 3.8.2-r1: normalized package name match | Alpine Linux edge package indexes: gobuster from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Directory/File, DNS and VHost busting tool written in Go | https://github.com/OJ/gobuster
- dnf - gobuster - 3.8.2-4.fc45: normalized package name match | Fedora Rawhide package metadata: gobuster from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Directory/File, DNS and VHost busting tool written in Go | https://github.com/OJ/gobuster
- pacman - gobuster - 3.8.2-1: normalized package name match | Arch Linux sync databases: gobuster from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Directory/File, DNS and VHost busting tool written in Go | https://github.com/OJ/gobuster
- MacPorts - gobuster: normalized package name match | MacPorts ports tree: www/gobuster/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/gobuster: normalized package name match | Scoop official bucket manifest trees: bucket/gobuster.json from https://api.github.com/repos/ScoopInstaller/Main/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.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter 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.
- [osv-scanner](https://pkg.so/ja/brew/osv-scanner/) - Shares pkgdb curated category or tags: cli, go, security.
- [ffuf](https://pkg.so/ja/brew/ffuf/) - Shares pkgdb curated category or tags: cli, go, security, web-security.
- [govulncheck](https://pkg.so/ja/brew/govulncheck/) - Shares pkgdb curated category or tags: cli, go, security.
- [gosec](https://pkg.so/ja/brew/gosec/) - Shares pkgdb curated category or tags: cli, go, security.
- [feroxbuster](https://pkg.so/ja/brew/feroxbuster/) - Shares pkgdb curated category or tags: cli, directory-enumeration, security, web-security.
- [katana](https://pkg.so/ja/brew/katana/) - Shares pkgdb curated category or tags: cli, go, security, web-security.
- [naabu](https://pkg.so/ja/brew/naabu/) - Shares pkgdb curated category or tags: cli, go, security.
- [gau](https://pkg.so/ja/brew/gau/) - Shares pkgdb curated category or tags: cli, go, security.
- [enpass-cli](https://pkg.so/ja/brew/enpass-cli/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, go, security.

## Combined YAML source

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


## ソース

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