gau (GetAllUrls)
Beginner
Actively maintained
Pull historically-known URLs for a domain from public archives
https://github.com/lc/gauInstallation
go install -v github.com/lc/gau/v2/cmd/gau@latestUsage
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