[go: up one dir, main page]

Skip to content
forked from lc/gau

Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.

Notifications You must be signed in to change notification settings

httpnotonly/gau

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getallurls (gau)

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

flags:

  -providers string
    	providers to fetch urls for (default "wayback,otx,commoncrawl")
  -retries uint
    	amount of retries for http client (default 5)
  -subs
    	include subdomains of target domain

install:

▻ 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

Useful?

Buy Me A Coffee

About

Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%