🍺 BREW Explorer

← all formulae

gau

brew install gau v2.2.4 MIT

Open Threat Exchange, Wayback Machine, and Common Crawl URL fetcher

80
30-day installs · #3782
252
90-day · #3813
746
365-day · #4312
5.0k
★ GitHub stars · updated 5mo ago

Build dependencies

go

GitHub topics

alienvault gau hacktoberfest security wayback-machine

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Open Threat Exchange, Wayback Machine, and Common Crawl URL fetcher",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:54+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "gau",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-03-20T18:36:42Z",
  "github_readme_excerpt": "# getallurls (gau)\n[![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)\n\ngetallurls (gau) fetches known URLs from AlienVault\u0027s [Open Threat Exchange](https://otx.alienvault.com), the Wayback Machine, Common Crawl, and URLScan for any given domain. Inspired by Tomnomnom\u0027s [waybackurls](https://github.com/tomnomnom/waybackurls).\n\n# Resources\n- [Usage](#usage)\n- [Installation](#installation)\n- [ohmyzsh note](#ohmyzsh-note)\n\n## Usage:\nExamples:\n\n```bash\n$ printf example.com | gau\n$ cat domains.txt | gau --threads 5\n$ gau example.com google.com\n$ gau --o example-urls.txt example.com\n$ gau --blacklist png,jpg,gif example.com\n```\n\nTo display the help for the tool use the `-h` flag:\n\n```bash\n$ gau -h\n```\n\n| Flag | Description | Example |\n|------|-------------|---------|\n|`--blacklist`| list of extensions to skip | gau --blacklist ttf,woff,svg,png|\n|`--config` | Use alternate configuration file (default `$HOME/config.toml` or `%USERPROFILE%\\.gau.toml`) | gau --config $HOME/.config/gau.toml|\n|`--fc`| list of status codes to filter | gau --fc 404,302 |\n|`--from`| fetch urls from date (format: YYYYMM) | gau --from 202101 |\n|`--ft`| list of mime-types to filter | gau --ft text/plain|\n|`--fp`| remove different parameters of the same endpoint | gau --fp|\n|`--json`| output as json | gau --json |\n|`--mc`| list of status codes to match | gau --mc 200,500 |\n|`--mt`| list of mime-types to match |gau --mt text/html,application/json|\n|`--o`| filename to write results to | gau --o out.txt |\n|`--providers`| list of providers to use (wayback,commoncrawl,otx,urlscan) | gau --providers wayback|\n|`--proxy`| http proxy to use (socks5:// or http:// | gau --proxy http://proxy.example.com:8080 |\n|`--retries`| retries for HTTP client | gau --retries 10 |\n|`--timeout`| timeout (in seconds) for HTTP client | gau --timeout 60 |\n|`--subs`| include subdomains of target domain | gau example.com --subs |\n|`--threads`| number of workers to spawn | gau example",
  "github_repo": "lc/gau",
  "github_stars": 4986,
  "github_topics": [
    "alienvault",
    "gau",
    "hacktoberfest",
    "security",
    "wayback-machine"
  ],
  "homepage": "https://github.com/lc/gau",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 80,
  "installs_365d": 746,
  "installs_90d": 252,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "gau",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 3782,
  "rank_365d": 4312,
  "rank_90d": 3813,
  "raw_hash": "c13ffb66e1a6b36b",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/gau.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "2.2.4",
  "versioned_formulae": [],
  "why_use_this": null
}