Skip to content
Branch: master
Find file History
Latest commit 5150c8a Jan 5, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
README.md Update README.md Jan 5, 2020
getallurls.go

README.md

getallurls

Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl. Originally built as a microservice.

usage:

▻ printf 'example.com' | gau

or

▻ gau example.com

install:

▻ git clone https://github.com/lc/hacks && cd hacks/getallurls
▻ go build -o $GOPATH/bin/gau getallurls.go

or

▻ go get -u github.com/lc/hacks/getallurls/ && mv $GOPATH/bin/getallurls $GOPATH/bin/gau

Credits:

Thanks @tomnomom for waybackurls!

You can’t perform that action at this time.