lc / gau

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

error reading config: open /home/g0xkayala/.gau.toml: no such file or directory #133

Closed 0xKayala closed 1 week ago

0xKayala commented 6 months ago

error reading config: open /home/g0xkayala/.gau.toml: no such file or directory

image

fantomcheg commented 6 months ago

The same

tyloren0a commented 5 months ago

same

tyloren0a commented 5 months ago

@lc

adibabdala123 commented 2 months ago

you save me mate! thx forever

ciznaa commented 1 month ago

same, anyone have a fix?

achufistov commented 1 month ago

just create a config file based on the sample and the error will disappear https://github.com/lc/gau/blob/master/.gau.toml

siddiqodiq commented 3 weeks ago

thanks bro, its workin on me

just create a config file based on the sample and the error will disappear https://github.com/lc/gau/blob/master/.gau.toml

mcamou commented 2 weeks ago

@lc if you like I could fix it so that if the configuration does not exist it uses the default, WDYT?

lc commented 2 weeks ago

Hey @mcamou, yeah I should’ve implemented this awhile ago - tons of these issues get opened when there’s an easy fix. If you’re bored feel free, otherwise I can add it to my todo list :)

mcamou commented 2 weeks ago

I'll go ahead and do it. I'm doing Hacktoberfest, not sure if something this simple will count but couldn't hurt.

mcamou commented 2 weeks ago

@lc PR here: https://github.com/lc/gau/pull/151