# gau を Homebrew, MacPorts, Nix でインストール

gau のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gau
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gau
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gau
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gau
```

  証拠: nixpkgs package indexes: pkgs/by-name/ga/gau/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:gau
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.2.4
- **ソース概要:** Open Threat Exchange, Wayback Machine, and Common Crawl URL fetcher
- **ホームページ:** <https://github.com/lc/gau>
- **リポジトリ:** <https://github.com/lc/gau>
- **最終更新:** 2026-07-25T20:55:21-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gau (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.2.4
## プロジェクトの歴史と使われ方

getallurls, commonly packaged as `gau`, is a reconnaissance CLI that fetches known URLs for domains from AlienVault Open Threat Exchange, the Wayback Machine, Common Crawl, and URLScan. It is aimed at security researchers and bug bounty workflows that need historical and third-party URL discovery.

### プロジェクトの歴史

The project was created in February 2020 and reached a v1.0 release in April 2020. The README says gau was inspired by Tomnomnom's `waybackurls`, and the v2.0.4 release in November 2021 introduced a rewrite with speed improvements, a new URLScan provider, configuration-file loading, new filters, and SOCKS5 proxy support.

### 採用の歴史

Official installation options include `go install`, cloning and building from source, downloading GitHub release binaries, and Docker. The input curation also records Homebrew, MacPorts, and Nix package availability, showing the tool's spread through common security-tool package channels.

### 使われ方

gau accepts domains from arguments or stdin and can run with worker threads, write results to a file, filter by extensions, status codes, MIME types, date ranges, providers, and proxy settings, and output JSON. It automatically looks for `$HOME/.gau.toml` or `%USERPROFILE%\.gau.toml` unless an alternate config is supplied.

### パッケージ好きにとっての重要性

gau is package-nerd-significant because it turns multiple web-archive and threat-intelligence sources into a composable Unix-style CLI. Its short name also collides with an oh-my-zsh git alias, a small but memorable packaging and shell-environment wrinkle documented by the project.

### タイムライン

- 2020: Public GitHub repository created.
- 2020: v1.0 released.
- 2021: v2.0.4 rewrite release added URLScan, config loading, filters, and SOCKS5 proxy support.
- 2024: v2.2.4 release published.

### Related projects

- gau is inspired by Tomnomnom's `waybackurls` and depends conceptually on AlienVault OTX, the Wayback Machine, Common Crawl, and URLScan as URL providers.

### ソース

- <https://github.com/lc/gau>
- <https://github.com/lc/gau/releases>
- <https://github.com/lc/gau/releases/tag/v2.0.4>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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: ~/.gau.toml
- Windows: %USERPROFILE%\.gau.toml
## 他のパッケージマネージャ記録

- Nix - gau: normalized package name match | nixpkgs package indexes: pkgs/by-name/ga/gau/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - gau: normalized package name match | MacPorts ports tree: www/gau/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

- 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
