Skip to content
forked from lc/gau

A fork of gau that replaces the blacklist option with a whitelist option.

License

Notifications You must be signed in to change notification settings

KDJDEV/gau-whitelist

 
 

Repository files navigation

A fork of gau that replaces the blacklist option with a whitelist option.

Usage is exactly the same as gau but allows for the whitelist flag instead of the blacklist flag. For example:

gau --whitelist png,jpg,gif example.com

This will make so everything except these file extensions are filtered.

Building

You can build the usable binary from source using the go build command:

go build cmd/gau/main.go

About

A fork of gau that replaces the blacklist option with a whitelist option.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • Dockerfile 1.4%