[go: up one dir, main page]

Skip to content
/ gau Public
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

vaampz/gau

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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:

▻ go get -u github.com/lc/gau

or

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

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

Packages

No packages published

Languages

  • Go 100.0%