macOS
brew install feroxbusterlocal Homebrew formula metadata
brew
feroxbuster のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install feroxbusterlocal Homebrew formula metadata
nix profile install nixpkgs#feroxbusternixpkgs package indexes · pkgs/by-name/fe/feroxbuster/package.nix · ソース: api.github.com
sudo zypper install feroxbusteropenSUSE Tumbleweed package metadata · feroxbuster · ソース: download.opensuse.org
scoop install main/feroxbusterScoop official bucket manifest trees · bucket/feroxbuster.json · ソース: api.github.com
winget install --id epi052.feroxbuster -eWindows Package Manager source index · epi052.feroxbuster · ソース: cdn.winget.microsoft.com
概要
Fast, simple, recursive content discovery tool written in Rust
履歴
feroxbuster is a Rust command-line tool for recursive web content discovery. Its README frames it as a forced-browsing tool: it combines brute force with wordlists to find unlinked resources, directories, files, and other predictable locations in web applications.
The public GitHub repository was created in August 2020, and crates.io records the first `feroxbuster` crate release in October 2020. The project reached 1.0.0 within days of the initial crate publication and continued through a long 2.x line with regular releases.
The project documentation later moved from a very large README to a GitHub Pages documentation site, while the README retained quick-start installation and usage examples. The project also added an updater in the 2.x era and documents official distribution channels to avoid domain impersonation.
feroxbuster's adoption path follows the Rust security-tool pattern: GitHub releases and crates.io for early users, then OS package managers and security distributions for everyday use. The README documents Kali, Homebrew, winget, Chocolatey, install scripts, and project docs for other platforms; the input package metadata also records Nix, Scoop, winget, and zypper packaging.
Crates.io metadata records more than 130,000 downloads and the repository README displays badges for GitHub and crates.io downloads. Those numbers support a real package-manager footprint for a specialized security CLI.
Typical use passes a target URL, wordlist-derived extensions, filters for status codes or response sizes, recursion controls, headers, query parameters, proxy settings, and output options. The README examples show piping targets through standard input, proxying through Burp or SOCKS, passing authorization headers, and sending JSON or form bodies.
In practice feroxbuster is used during web application testing to enumerate hidden or unlinked resources. Package users care about fast installation, shell completions, a default config path on security distributions, and reproducible CLI behavior across Linux, macOS, and Windows.
feroxbuster is significant because it became one of the recognizable Rust replacements in the directory-enumeration and content-discovery space. It packages as a single CLI but has enough operational surface to matter: config files, completions, man pages, update behavior, and multiple binary distribution paths.
For maintainers, it is also a good example of security-tool packaging where provenance matters. The README explicitly warns about an unrelated impersonating domain and lists official download channels, which is unusually relevant package metadata for a pentesting tool.
セキュリティ状態
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.
/etc/feroxbuster/ferox-config.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
feroxbuster | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/epi052/feroxbuster
インストールメタデータ
| パッケージキー | brew:feroxbuster |
|---|---|
| バージョン | 2.13.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/feroxbuster |
| ホームページ | https://epi052.github.io/feroxbuster |
| リポジトリ | https://github.com/epi052/feroxbuster |
| 上流ドキュメント | https://epi052.github.io/feroxbuster |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/epi052/feroxbuster/archive/refs/tags/v2.13.1.tar.gz |
| 最終更新 | 2026-06-22T14:03:19-07:00 |
| Pulse | updated |
| 依存関係 | openssl@3 |
| ビルド依存関係 | pkgconf, rust |
| 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 | feroxbuster |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
feroxbuster
nix profile install nixpkgs#feroxbusterferoxbuster 2.13.1-1.4
A recursive content discovery tool
https://epi052.github.io/feroxbuster-docs/
sudo zypper install feroxbusterferoxbuster-bash-completion 2.13.1-1.4
Bash Completion for feroxbuster
https://epi052.github.io/feroxbuster-docs/
sudo zypper install feroxbuster-bash-completionmain/feroxbuster
scoop install main/feroxbusterepi052.feroxbuster
winget install --id epi052.feroxbuster -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.