gau
gau copied to clipboard
Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.31.0 to 1.34.0. Release notes Sourced from github.com/valyala/fasthttp's releases. v1.34.0 59f94a3 Update github.com/klauspost/compress (#1237) (Mikhail Faraponov) 62c15a5 Don't reset RequestCtx.s (#1234) (Erik Dubbelboer) 7670c6e Fix windows tests...
currently, it assumes the `.gau.toml` under home dir, it would be good to make it configurable.
Command argument to prevent fetch urls with common unwanted mime-types, like every image (image/jpeg, image/png, image/gif) or every font (font/woff,font/woff2,font/otf)
In the current version of gau, using the --o option will output to the specified outfile only, suppressing results output to stdout. I think it might be nice to have...
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...
Installed properly from sources go install github.com/lc/gau/v2/cmd/gau@latest still this message is coming fatal: not a git repository (or any of the parent directories): .git
This PR addresses issues #87 and #124 It allows to blacklist paths by adding a —blacklist_path flag, the option accepts URLs and subpaths. It also fixes --blacklist which couldn’t take...
blacklist filter to filter unwanted files not working. Check from this `gau --blacklist png,jpg,gif arlo.com | grep ".jpg"`
Everytime I hit enter to launch the attack it doesnt work also tried to update it and nothing plus tried git clone and not working any siggestions?
Had updated ReadMe file such that it won't be difficult for user to copy and use the commands