[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.

License

Notifications You must be signed in to change notification settings

optionalg/gau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getallurls (gau)

License Go ReportCard

getallurls (gau) fetches known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl for any given domain. Inspired by Tomnomnom's waybackurls.

Resources

Usage:

Examples:

$ printf example.com | gau
$ cat domains.txt | gau
$ gau example.com
$ gau -o example-urls.txt example.com

To display the help for the tool use the -h flag:

$ gau -h
Flag Description Example
-providers providers to fetch urls from (by default, all are used) gau -providers wayback,otx,commoncrawl example.com
-retries amount of retries for http client gau -retries 7 example.com
-subs include subdomains of target domain gau -subs example.com
-v enable verbose mode (show errors) gau -v
-o filename to write results to gau -o urls.txt example.com
-json write output as json gau -json example.com
-version show gau version gau -version

Installation:

From source:

$ GO111MODULE=on go get -u -v github.com/lc/gau

From binary:

You can download the pre-built binaries from the releases page and then move them into your $PATH.

$ tar xvf gau_1.0.3_linux_amd64.tar.gz
$ mv gau /usr/bin/gau

ohmyzsh note:

ohmyzsh's git plugin has an alias which maps gau to the git add --update command. This is problematic, causing a binary conflict between this tool "gau" and the zsh plugin alias "gau" (git add --update). There is currently a few workarounds which can be found in this Github issue.

Useful?

Buy Me A Coffee

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.8%
  • Other 1.2%