lc/gau
Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.
22 Releases
Latest: 1y ago
v2.2.4Latest
📋 Changelog
- 5d4e1270e632732756fe98717520c43c86e8bd18 fix goreleaser
- 50728dc3d2e4d30cd109ffedb8e00dae8984dfd3 update workflow golang version
- 8180e95b63d871a0f741721ff52e74bb858de567 Merge pull request #151 from mcamou/fix-133
- 48bdb9092ba3d56a50e24e7000a9306a894c2c4a Bump version to 2.2.4
- 3a3c1b994c150e9a21fff580db7da7b5143cfe0f Fixed #74: Make .gau.toml file location configurable
- 4b24510ab3a7898377b97d809f5a9ffc54167e31 Fixes #133: check if config file exists
v2.2.3
📋 Changelog
- 046a59f Merge pull request #140 from lc/lc/fix-providers-stdin
- c46caf1 bump version again
- 67e9445 i am sorry for this one...fix stdin providers
v2.2.2
📋 Changelog
- bdf392f Merge pull request #139 from lc/lc/fix-wayback
- 970f082 bump version
- 818df50 bump version
- eb99c7c Merge pull request #138 from lc/lc/fix-wayback
- 69833dd fix wayback API
v2.2.1
📋 Changelog
- d556483 Merge pull request #115 from lc/lc/fix-panic
- 4fa052d fix(panic): update version
- 6dae657 fix(panic): fix output panic
- c146c22 fix(panic): fix output panic
- abf8b12 Merge pull request #111 from zerodivisi0n/feature/arm64-arch
- 7029d1a Add arm64 arch
v2.2.0
📋 Changelog
- 0db165c fix(Dockerfile): update dockerfile
- b834d5b fix(goreleaser): update goreleaser
- 3bc0c9a fix(gitreleaser): update github workflow
- 5a618a9 fix(gitreleaser): update github workflow
- b7d239b Merge pull request #106 from lavafroth/unbounded-concurrency
- c5eb18b Merge pull request #109 from lc/dependabot/go_modules/golang.org/x/net-0.17.0
- dea871a Merge pull request #108 from testwill/pkg-import
- 901f526 build(deps): bump golang.org/x/net
- + 14 more
v2.1.2
📋 Changelog
- 04f96be Merge pull request #81 from lc/lc/fix-urlscan
- 448956b fix(gau): fix urlscan
- 293ed71 fix(gau): fix urlscan
- 62befc9 Update README.md
v2.1.1
📋 Changelog
- ccfc2c3 fix(gau): set default timeout to 45 seconds for missing gau config
- 125148b fix(gau): fix httpclient retries. i'm an idiot
v2.1.0
📋 Changelog
- d1c5e72 Merge pull request #73 from lc/lc/add-timeout
- 8627404 feat(gau): add timeout flag for http client
- d102582 Merge pull request #70 from alins1r/patch-1
- 353de96 edit a little mistake in the usage
v2.0.9
📋 Changelog
- 2789498 Merge pull request #68 from caioluders/master
- 802222d feat(gau): use map[string]struct{} and bump version
- 81580e4 Removing profiler
- b4bcd8c Adding new option
- 9555c18 Update dockerbuild action
- 986a4ef Update README
- f778e22 Merge pull request #65 from lc/fix-dockerfile
- d4a0cd2 fix(gau): update dockerfile
v2.0.8
📋 Changelog
- 59882a1 fix(gau): bump version, retract older versions
- 4d5df1a fix(gau): fix goreleaser action
Fix CommonCrawl errors, bump retriesv2.0.6
📋 Changelog
- aa85d75 Merge pull request #54 from lc/lc/fix-commoncrawl
- 92781a6 fix(gau): change error handling for commoncrawl, bump retry count
fix HTTP client retriesv2.0.5
📋 Changelog
- beadb20 fix(gau): bump version to 2.0.5
- 8a49f94 Merge pull request #52 from lc/lc/commoncrawl-retry
- 0627a13 fix(gau): fix http client retries
- cb0a0b8 fix(gau): fix http client retries
- 0aff09e Update README.md
gau rewrite + new providerv2.0.4
📋 Changelog
- 35af1c6 fix(gau): i am stupid
- e32da02 fix(gau): fix imports
- 3e553fe fix(gau): fix imports
- 44de074 fix(gau): remove pprof import and bump version
- d7360f6 fix(gau): push cmd
- c94f336 fix(gau): change go mod
- b817bdd fix(gau): update readme
- f5e9677 fix(gau): add goreleaser
- + 8 more
v1.2.0
📋 Changelog
- 26951a7 fix(gau): fix goreleaser
- e7384f0 fix(gau): fix goreleaser
- 0eac26a feat(gau): add concurrency for domains
Add Extension Blacklist Support and Fix OTX API bugv1.1.0
📋 Changelog
- 7771462 fix build script
- e611783 add extension blacklist -b flag
- 02313f8 add blacklist flag
- 7c76047 Merge pull request #28 from BastienFaure/fix-otx-provider
- 4faab62 When non top-domain hostname is submitted but subdomains are to included, query the OTX API with the extracted domain
- e22629c Fixed the OTX provider that did not return proper data when a hostname (not a top domain) is submitted as target
- 4846cd1 add releaser
Add HTTP Proxy Support, Random User-Agents & OTX API changev1.0.7
📋 Changelog
- 5caa956 Change OTX to use the domain API
- 3c0eb59 Merge pull request #24 from 0x646e78/otx_domain_fix
- db64bb0 Update README
- 53cb607 Change from using OTX hostname api to domainname
- 0490240 Add http proxy support
Fix channel closev1.0.5
📋 Changelog
- This release fixes a bug that was introduced in v1.0.4
- e45a378 Fix chan close / panic
Fix waitgroup bugv1.0.4
📋 Changelog
- 69e2028 Add waitgroup to writer goroutine
- 5156f42 remove comment, update README
- 91e0ed3 Add gau user-agent
Add output/json functionality v1.0.3
📋 Changelog
- ace300f Update README
- 2607f38 Add -o & -json flags for output functionality
- e8ef330 Update README.md
- 1ad0c30 Update flags in README
Update to -version flag.v1.0.2
📋 Changelog
- 042421f bump version
- 1046ce5 don't code when tired <- I accidentally wrote ffuf instead of gau because I had just used ffuf 🤦♂️
- 7aa0bc1 Update installation instructions
- 4432efb modify gitignore
Minor changesv1.0.1
📋 Changes
- Add `-v` flag to show errors, by default verbose mode is now disabled
- Add `-version` flag to show gau version
Restructure + Bugfixesv1.0
📋 Changes
- Rewrote code base for better readability and genericity
- Add `-providers` flag to specify which providers to fetch URLs from
- Fix multiple issues
- Split code
- Speed improvements
- Add go module configuration
- Pass unlimited parameters via CLI:
