Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

".gau.toml" doesn't work #110

Closed
0xspade opened this issue Oct 24, 2023 · 8 comments
Closed

".gau.toml" doesn't work #110

0xspade opened this issue Oct 24, 2023 · 8 comments

Comments

@0xspade
Copy link

0xspade commented Oct 24, 2023

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".

@0xspade
Copy link
Author

0xspade commented Oct 24, 2023

In addition, I dont see that gau is using the apikey I provided.

@Moskitoz
Copy link

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

@Disarm3
Copy link

Disarm3 commented Nov 11, 2023

how did you resolve this? Im with the same issue

@fernstedt
Copy link

Fix this crap

@thezakman
Copy link

thezakman commented Nov 13, 2023

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"]

@deljilal
Copy link

deljilal commented Sep 4, 2024

gau
WARN[0000] error reading config: open /home/zabiiiiii/.gau.toml: no such file or directory

any fix

@DaL31
Copy link

DaL31 commented Sep 25, 2024

gau WARN[0000] error reading config: open /home/zabiiiiii/.gau.toml: no such file or directory

any fix

@deljilal your error indicates that the file .gau.toml in your home directory /home/zabiiiiii is missing. Create the file .gau.toml and paste the content of thezakman's answer above into the file.

@mcamou
Copy link
Contributor

mcamou commented Oct 25, 2024

See #133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants