# Installer gobuster avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop

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

## installation

```sh
sudo av install brew:gobuster
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gobuster
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gobuster
```

  Preuve: MacPorts ports tree: www/gobuster/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gobuster
```

  Preuve: Alpine Linux edge package indexes: gobuster from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install gobuster
```

  Preuve: Debian stable package indexes: gobuster from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install gobuster
```

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

  Preuve: nixpkgs package indexes: pkgs/by-name/go/gobuster/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gobuster
```

  Preuve: Arch Linux sync databases: gobuster from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/gobuster
```

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

## Faits du paquet

- **Clé du paquet:** brew:gobuster
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.8.2
- **Résumé source:** Directory/file & DNS busting tool written in Go
- **Page d'accueil:** <https://github.com/OJ/gobuster>
- **Dépôt:** <https://github.com/OJ/gobuster>
- **Dernière mise à jour:** 2026-07-25T20:55:24-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gobuster (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.8.2
## Historique du projet et usages

Gobuster is a Go security CLI for brute-force enumeration of web directories and files, DNS names, virtual hosts, cloud storage buckets, TFTP paths, and fuzzing targets. It is a staple-style package: simple to install, easy to script, and usually paired with wordlists during penetration testing and security assessment work.

### Historique du projet

The public GitHub repository was created in November 2014, with the project description centered on directory/file, DNS, and virtual-host busting in Go. GitHub release records show a v2.0.1 release in September 2018 and the v3 series beginning in June 2019.

### Historique d'adoption

Gobuster spread through security-oriented packaging because it solves a common reconnaissance task with a single compiled binary. The input package facts map it across Homebrew, Debian/Ubuntu, Fedora, Alpine, Arch, Nix, MacPorts, Scoop, and openSUSE-style packaging, and Homebrew provides a formula with binary bottles for macOS and Linux.

### Modes d'utilisation

The README documents a mode-based interface: dir mode for web paths, dns mode for subdomains, vhost mode for virtual hosts, s3 and gcs modes for bucket names, tftp mode for TFTP paths, and fuzzing mode for custom placeholders. Typical usage combines a target URL or domain with a wordlist and optional extensions, headers, cookies, or concurrency settings.

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

Gobuster matters to package nerds because it is one of the Go-era replacements for slower or interpreter-bound enumeration workflows. It packages cleanly as one binary, has no runtime language stack to manage, and has enough real-world security demand that it appears across many operating-system and cross-platform package collections.

### Chronologie

- 2014-11-14: Public GitHub repository created
- 2018-09-11: v2.0.1 release published
- 2019-06-19: v3.0.0 release published
- 2022-10-08: v3.2.0 release published
- 2025-09-04: v3.8.2 release published

### Related projects

- Gobuster sits alongside directory and content discovery tools such as dirb, dirsearch, ffuf, feroxbuster, and wfuzz.
- Its Go implementation and mode-based design make it part of the same packaging wave as other single-binary security CLIs.

### Sources

- <https://api.github.com/repos/OJ/gobuster>
- <https://api.github.com/repos/OJ/gobuster/releases?per_page=100>
- <https://formulae.brew.sh/formula/gobuster>
- <https://github.com/OJ/gobuster>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - gobuster - 3.6.0-1+b10: normalized package name match | Debian stable package indexes: gobuster from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Directory/file & DNS busting tool written in Go | https://github.com/OJ/gobuster
- Nix - gobuster: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/gobuster/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gobuster - 3.6.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: gobuster from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Directory/file & DNS busting tool written in Go | https://github.com/OJ/gobuster
- apk - gobuster - 3.8.2-r1: normalized package name match | Alpine Linux edge package indexes: gobuster from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Directory/File, DNS and VHost busting tool written in Go | https://github.com/OJ/gobuster
- dnf - gobuster - 3.8.2-4.fc45: normalized package name match | Fedora Rawhide package metadata: gobuster from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Directory/File, DNS and VHost busting tool written in Go | https://github.com/OJ/gobuster
- pacman - gobuster - 3.8.2-1: normalized package name match | Arch Linux sync databases: gobuster from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Directory/File, DNS and VHost busting tool written in Go | https://github.com/OJ/gobuster
- MacPorts - gobuster: normalized package name match | MacPorts ports tree: www/gobuster/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/gobuster: normalized package name match | Scoop official bucket manifest trees: bucket/gobuster.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
