Skip to main content
ASM Cheatsheet

gau (GetAllUrls)

Beginner
Actively maintained

Pull historically-known URLs for a domain from public archives

https://github.com/lc/gau

Installation

go install -v github.com/lc/gau/v2/cmd/gau@latest

Usage

Basic Usage

# Every archived URL known for a domain
gau example.com

# Include subdomains, drop static file noise
gau --subs --blacklist png,jpg,gif,css,woff example.com

# Check which archived endpoints are still live
gau --subs example.com | httpx -silent -mc 200