Releases: lc/gau
Fix CommonCrawl errors, bump retries
fix HTTP client retries
gau rewrite + new provider
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
Add Extension Blacklist Support and Fix OTX API bug
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
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