# Installer ffuf avec Homebrew, apk, apt, dnf, MacPorts, Nix, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ffuf pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ffuf
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ffuf
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: Fedora Rawhide package metadata: ffuf 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#ffuf
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:ffuf
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ffuf>
- **Version:** 2.2.1
- **Résumé source:** Fast web fuzzer written in Go
- **Page d'accueil:** <https://github.com/ffuf/ffuf>
- **Dépôt:** <https://github.com/ffuf/ffuf>
- **Licence:** MIT
- **Archive source:** <https://github.com/ffuf/ffuf/archive/refs/tags/v2.2.1.tar.gz>
- **Dernière mise à jour:** 2026-07-25T20:54:34-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- ffuf (cli)
- ffuf (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.2.1
- gestionnaire mis à jour: 2026-07-25
- données locales: OK
- dépôt amont: https://github.com/ffuf/ffuf
- dernière version détectée: v2.2.1 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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
## Détails de la base source

- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- 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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [feroxbuster](https://pkg.so/fr/brew/feroxbuster/) - Shares pkgdb curated category or tags: cli, security, web-security.
- [katana](https://pkg.so/fr/brew/katana/) - Shares pkgdb curated category or tags: cli, go, security, web-security.
- [dalfox](https://pkg.so/fr/brew/dalfox/) - Shares pkgdb curated category or tags: cli, security, web-security.
- [gobuster](https://pkg.so/fr/brew/gobuster/) - Shares pkgdb curated category or tags: cli, go, security, web-security.
- [medusa](https://pkg.so/fr/brew/medusa/) - Shares pkgdb curated category or tags: cli, fuzzing, security.
- [goshs](https://pkg.so/fr/brew/goshs/) - Shares pkgdb curated category or tags: cli, go, pentesting, security.
- [anubis](https://pkg.so/fr/brew/anubis/) - Shares pkgdb curated category or tags: cli, security, web-security.
- [radamsa](https://pkg.so/fr/brew/radamsa/) - Shares pkgdb curated category or tags: cli, fuzzing, security.
- [jwt-hack](https://pkg.so/fr/brew/jwt-hack/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, pentesting, security, web.

## Combined YAML source

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


## Sources

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