shubham0d / dotGit-Expose-Scanner

Tool to scan for domains having .git repos exposed publically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotGit-Expose-Scanner

Tool to scan for domains having .git repos exposed publically

Usage

To run the program python script.py <filename>

Working

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.

About

Tool to scan for domains having .git repos exposed publically

License:GNU General Public License v3.0


Languages

Language:Python 100.0%