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

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

## インストール

```sh
sudo av install brew:ffuf
```

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

### macOS

- Homebrew (100%):

```sh
brew install ffuf
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ffuf
```

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

### Linux

- apk (92%):

```sh
sudo apk add ffuf
```

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

- Debian apt (92%):

```sh
sudo apt install ffuf
```

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

- dnf (92%):

```sh
sudo dnf install ffuf
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#ffuf
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/ffuf
```

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

- winget (92%):

```sh
winget install --id ffuf.ffuf -e
```

  証拠: Windows Package Manager source index: ffuf.ffuf from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:ffuf
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.2.1
- **ソース概要:** Fast web fuzzer written in Go
- **ホームページ:** <https://github.com/ffuf/ffuf>
- **リポジトリ:** <https://github.com/ffuf/ffuf>
- **最終更新:** 2026-07-25T20:54:34-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ffuf (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

ffuf is a Go-based web fuzzer whose name expands to Fuzz Faster U Fool. It became a standard CLI in web-security workflows because it makes content discovery, virtual-host discovery, parameter fuzzing, request mutation, filtering, replay, and automation fit into one fast binary.

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

The GitHub project was created in November 2018, and the first release listed by the GitHub API is v0.1 on the same date. The README has consistently described the tool as a fast web fuzzer written in Go, with examples centered on the `FUZZ` keyword embedded in URLs, headers, and request bodies.

By the v2 release line, the README documented a broad set of operational features: recursive discovery, multiple matchers and filters, auto-calibration, rate limiting, request replay through a proxy, JSON output, external input commands, and an interactive mode.

### 採用の歴史

ffuf is packaged widely for security practitioners, including Homebrew, Debian/Ubuntu, Fedora, MacPorts, Nix, Scoop, winget, and Alpine according to the package facts in this batch. The repository metadata also shows a large public GitHub audience for a focused security CLI.

Its adoption follows a familiar package-manager path for Go security tools: a single static-friendly executable, a clear upstream release page, documented `go install` support, and examples that map directly to common bug-bounty and penetration-testing tasks.

### 使われ方

The core usage pattern is `ffuf -w wordlist -u https://target/FUZZ`, then refine results with status-code, size, word, line, regex, or timing matchers and filters. The README also documents virtual-host fuzzing with a Host header, GET and POST parameter fuzzing, external mutators such as Radamsa, recursion, per-job time limits, and JSON output.

ffuf reads a default config file from `$XDG_CONFIG_HOME/ffuf/ffufrc` when present. Command-line options override values from that default file, while repeatable flags such as headers are appended.

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

ffuf matters in package collections because it is a small, high-demand security tool with frequent real-world use and simple installation expectations. Users expect it to be present in developer laptops, security workstations, and reproducible lab environments without compiling Go code by hand.

### タイムライン

- 2018: GitHub project created and v0.1 released.
- 2023: v2.1.0 released in the GitHub release stream cited for this record.
- 2026: Repository metadata showed continued activity and broad public adoption.

### Related projects

- The README documents external mutator use with Radamsa and practice targets such as ffufme. In package culture it sits near other web-content discovery and fuzzing tools used by penetration testers.

### ソース

- <https://github.com/ffuf/ffuf>
- <https://api.github.com/repos/ffuf/ffuf>
- <https://api.github.com/repos/ffuf/ffuf/releases>
- <https://github.com/ffuf/ffuf/wiki>
- <https://formulae.brew.sh/formula/ffuf>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## 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: $XDG_CONFIG_HOME/ffuf/ffufrc
## 他のパッケージマネージャ記録

- Debian apt - ffuf - 2.1.0-1+b9: normalized package name match | Debian stable package indexes: ffuf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Fast web fuzzer written in Go (program) | https://github.com/ffuf/ffuf
- Nix - ffuf: normalized package name match | nixpkgs package indexes: pkgs/by-name/ff/ffuf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ffuf - 2.1.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: ffuf from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Fast web fuzzer written in Go (program) | https://github.com/ffuf/ffuf
- apk - ffuf - 2.1.0-r23: normalized package name match | Alpine Linux edge package indexes: ffuf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | fast web fuzzer written in Go | https://github.com/ffuf/ffuf
- apk - ffuf-doc - 2.1.0-r23: normalized package name match | Alpine Linux edge package indexes: ffuf-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | fast web fuzzer written in Go (documentation) | https://github.com/ffuf/ffuf
- dnf - ffuf - 2.1.0-8.fc45: normalized package name match | Fedora Rawhide package metadata: ffuf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Fast web fuzzer written in Go | https://github.com/ffuf/ffuf
- MacPorts - ffuf: normalized package name match | MacPorts ports tree: security/ffuf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/ffuf: normalized package name match | Scoop official bucket manifest trees: bucket/ffuf.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - ffuf.ffuf: normalized package name match | Windows Package Manager source index: ffuf.ffuf from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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