macOS
brew install ffuflocal Homebrew formula metadata
sudo port install ffufMacPorts ports tree · security/ffuf/Portfile · ソース: api.github.com
brew
ffuf のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install ffuflocal Homebrew formula metadata
sudo port install ffufMacPorts ports tree · security/ffuf/Portfile · ソース: api.github.com
sudo apk add ffufAlpine Linux edge package indexes · ffuf · ソース: dl-cdn.alpinelinux.org
sudo dnf install ffufFedora Rawhide package metadata · ffuf · ソース: dl.fedoraproject.org
nix profile install nixpkgs#ffufnixpkgs package indexes · pkgs/by-name/ff/ffuf/package.nix · ソース: api.github.com
scoop install main/ffufScoop official bucket manifest trees · bucket/ffuf.json · ソース: api.github.com
winget install --id ffuf.ffuf -eWindows Package Manager source index · ffuf.ffuf · ソース: cdn.winget.microsoft.com
概要
Fast web fuzzer written in Go
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/ffuf/ffufrc実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ffuf | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:ffuf |
|---|---|
| バージョン | 2.2.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ffuf |
| ホームページ | https://github.com/ffuf/ffuf |
| リポジトリ | https://github.com/ffuf/ffuf |
| 上流ドキュメント | https://github.com/ffuf/ffuf#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/ffuf/ffuf/archive/refs/tags/v2.2.1.tar.gz |
| 最終更新 | 2026-07-13T18:25:39Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ffuf |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
ffuf 2.1.0-1+b9
Fast web fuzzer written in Go (program)
sudo apt install ffufffuf
nix profile install nixpkgs#ffufffuf 2.1.0-1
Fast web fuzzer written in Go (program)
sudo apt install ffufffuf 2.1.0-r22
fast web fuzzer written in Go
sudo apk add ffufffuf-doc 2.1.0-r22
fast web fuzzer written in Go (documentation)
sudo apk add ffuf-docffuf 2.1.0-7.fc44
Fast web fuzzer written in Go
sudo dnf install ffufffuf
sudo port install ffufmain/ffuf
scoop install main/ffufffuf.ffuf
winget install --id ffuf.ffuf -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.