Tool that picks up any list of domains and use it in order to search for possible .git exposures.
If you've got Go installed and configured, you can install Exposify using the command below:
foo@bar:~$ go install github.com/brenu/exposify@latestOr, for older versions of Go:
foo@bar:~$ go get -u github.com/brenu/exposifyThe basic usage of Exposify consists of passing the path to your domains list, like this:
foo@bar:~$ exposify -d /path/right/here.txtUse it with caution. You are responsible for your actions. I assume no liability and I'm not responsible for any misuse or damage.