Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl. Originally built as a microservice.
▻ printf 'example.com' | gau
or
▻ gau example.com
▻ git clone https://github.com/lc/gau && cd gau
▻ go build -o $GOPATH/bin/gau gau.go
or
▻ go get -u github.com/lc/gau
Thanks @tomnomom for waybackurls!