".gau.toml" doesn't work
I already blacklist the extension "jpg" and, "png" in the .toml file and after I scan my target again, there are still results of "jpg" and, "png".
In addition, I dont see that gau is using the apikey I provided.
the tool not working after installing it with this cmd
go install github.com/lc/gau/v2/cmd/gau@latest
WARN[0000] error reading config: open /home/duraid/.gau.toml: no such file or directory
how did you resolve this? Im with the same issue
Fix this crap
Just add the missing file in the PATH that is needed, with the default settings: https://github.com/lc/gau/raw/master/.gau.toml
verbose = false
retries = 15
subdomains = false
parameters = false
providers = ["wayback","commoncrawl","otx","urlscan"]
blacklist = ["ttf","woff","svg","png","jpg"]
json = false
[urlscan]
apikey = ""
[filters]
from = ""
to = ""
matchstatuscodes = []
matchmimetypes = []
filterstatuscodes = []
filtermimetypes = ["image/png", "image/jpg", "image/svg+xml"]