Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 421 Bytes

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.