lc / gau

Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.
MIT License
3.78k stars 430 forks source link

How to fetch for only specific extensions? aka whitelist strings? #83

Open ghost opened 1 year ago

ghost commented 1 year ago

How can I tell gau to fetch only for specific extensions? there is currently a setting that does the opposite, " --blacklist strings". but I want to only tell gau to look for 2 types of extensions.

KDJDEV commented 1 year ago

I just created a fork of gau that provides a "whitelist" option instead of a "blacklist" option. I needed this functionality for my own project, but I thought I would share it incase you still have this problem.

https://github.com/KDJDEV/gau-whitelist

ghost commented 1 year ago

I just created a fork of gau that provides a "whitelist" option instead of a "blacklist" option. I needed this functionality for my own project, but I thought I would share it incase you still have this problem.

https://github.com/KDJDEV/gau-whitelist

Thanks for letting me know, I'd use it if it didn't need me to install Go which is from Google.