Skip to content

Releases: lc/gau

fix HTTP client retries

15 Nov 01:54
@lc lc
Compare
Choose a tag to compare

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 provider

14 Nov 22:45
@lc lc
Compare
Choose a tag to compare

This release introduces a rewrite of gau! This includes speed improvements, a new provider (urlscan), loading options from configuration files, new filter support, socks5 proxy support, and more!

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
ebd0774 Merge pull request #50 from lc/lc/fixes
9e1ef80 feat(gau): rewrite gau, add urlscan provider, add filters
0c4b6aa Merge pull request #45 from EONRaider/master
815a522 Remove unnecessary layer
f5539f2 Create cicd-to-dockerhub.yml
f3954c5 Optimize Dockerfile
6a2ad95 Update README.md
6d34334 fix(gau): update readme

v1.2.0

03 Jun 20:37
@lc lc
Compare
Choose a tag to compare

This release adds concurrency for domains via the -t flag

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 bug

10 Dec 01:26
@lc lc
Compare
Choose a tag to compare

This release introduces support for skipping extensions via the -b flag and also fixes a bug in the OTX API calling.

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 change

15 Oct 15:15
@lc lc
Compare
Choose a tag to compare

This release introduces support for a proxy via the -p flag, random user agents, and also changes the OTX API from the hostname API to the domain API.

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 close

16 Sep 18:19
@lc lc
Compare
Choose a tag to compare

Changelog

This release fixes a bug that was introduced in v1.0.4

e45a378 Fix chan close / panic

Fix waitgroup bug

14 Sep 15:36
@lc lc
Compare
Choose a tag to compare

Changelog

69e2028 Add waitgroup to writer goroutine
5156f42 remove comment, update README
91e0ed3 Add gau user-agent

Add output/json functionality

10 Jul 22:51
@lc lc
Compare
Choose a tag to compare

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.

04 May 12:56
@lc lc
Compare
Choose a tag to compare

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 changes

03 May 23:21
@lc lc
Compare
Choose a tag to compare
- Add `-v` flag to show errors, by default verbose mode is now disabled
- Add `-version` flag to show gau version