
A tool for bug hunting or pentesting for targeting websites that have open .git repositories available in public
This tool can scan websites with open .git repositories for Bug Hunting/ Pentesting Purposes and can dump the content of the .git repositories from webservers that found from the scanning method. This tool works with the provided Single target or Mass Target from a file list.

- git clone https://github.com/HightechSec/git-scanner
- cd git-scanner
- bash gitscanner.sh
or you can install in your system like this
- git clone https://github.com/HightechSec/git-scanner
- cd git-scanner
- sudo cp gitscanner.sh /usr/bin/gitscanner && sudo chmod +x /usr/bin/gitscanner
- $ gitscanner
1 is for scanning and dumping git repositories from a provided file that contains the list of the target url or a provided single target url.2 is for scanning only a git repositories from a provided file that contains the list of the target url or a provided single target url.3 is for Dumping only the git repositories from a provided file that contains list of the target url or a provided single target url. This will work for the Maybe Vuln Results or sometimes with a repository that had directory listing disabled or maybe had a 403 Error Response.4 is for Extracting files only from a Folder that had .git Repositories to a destination folderDocker Images if it's possibleBash doesn't Support Threading)All notable changes to this project listed in this file
Thanks to:
http:// like http://example.com or https:// like https://example.com for the url formattingSelected git repository and the second option is for inputing the Destination folder