This tool is designed to scan and identify whether a website has an exposed ".git" directory, which may contain sensitive information such as source code or Git configuration files.
- 
            Updated
            
Feb 19, 2025  - Python
 
This tool is designed to scan and identify whether a website has an exposed ".git" directory, which may contain sensitive information such as source code or Git configuration files.
This script is a tool to recursively download the contents of the '.git' directory from a website. Using Python and libraries like 'requests' and 'BeautifulSoup', this script examines the directory structure, downloads files, and identifies SHA-1 hashes within Git files.
Add a description, image, and links to the git-vulnerability topic page so that developers can more easily learn about it.
To associate your repository with the git-vulnerability topic, visit your repo's landing page and select "manage topics."