# 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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
- **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>
- **Dernière mise à jour:** 2026-07-25T20:54:34-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ffuf (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.2.1
## 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
## 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/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)


## Sources

- 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
