Git-check is a tool in python 3 to check the git-exposed vulnerability on a website or list of websites.
The only you need do is clone the repository with:
git clone https://github.com/0xGabe/git-check/
The git-check at moment has two options, a single URL and a target list, see the commands below for both:
- Single URL
python3 git-check.py --url https://site.com
- Target List
python3 git-check.py --list target.txt