Tool to scan for domains having .git repos exposed publically
To run the program python script.py <filename>
Website hosted from git directory have risk to expose .git repo to public.
This tool will check different domains passed as argument if they have .git
exposed or not.
We are verifying this by trying to read .git/HEAD
for the input domain.