lc / gau

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

Flag to set custom location of config file #146

Closed MillerMedia closed 1 week ago

MillerMedia commented 2 months ago

I think it would great to have a --config flag (or something similar) to point to a custom location for the toml file rather than always have it look for the file in the user's home folder.

I am using gau in an automation script I'm building for bug bounty hunting and would be great to be able to move the compiled automation to different machines with this binary included in the package. Because of this, I would have to manually create a gau.toml on all machines I use it on.

MillerMedia commented 2 months ago

Just submitted a PR for this here: https://github.com/lc/gau/pull/147

lc commented 1 week ago

https://github.com/lc/gau/releases/tag/v2.2.4