GitHacker: A Git source leak exploit tool
GitHacker
This is a multiple threads tool to detect whether a site has git source leaks, and has the ability to download the site source to the local This tool can even be in. Git directory is prohibited when access to the use of loopholes. It is worth mentioning that this tool will be, git directory completely simulated to the local rather than tools such as [githack] just simply restore to the latest version so that you can view the developer’s submission history as well as submit the annotation you can be better To grasp the character and psychology of developers, so as to lay the foundation for further code audit.
Why you need this tool, no other tools
Installation
# Install requests
pip install requests
# Download source
# Notice: NO NOT DOWNLOAD ZIP FROM GITHUB
git clone https://github.com/wangyihang/GitHacker.git
Usage
Usage :
python GitHacker.py [Website]
Example :
python Githack.py http://127.0.0.1/.git/
Demo
Source: https://github.com/WangYihang/