gitandMore is a Python tool designed to fuzz subdomains for accessible .git files. It helps identify potential security risks by checking if subdomains expose sensitive Git repository information.
- Fuzz subdomains for accessible .git files
- Multi-threaded for faster scanning
- Customizable number of threads
- Color-coded output for easy identification
- Save results to a file
-
Clone the Repository:
https://github.com/k2ito/gitandMore.git
-
Navigate to the Directory:
cd gitandMore -
Install Dependencies:
pip3 install -r requirements.txt
-
Run the Tool:
python3 gitandMore.py -l subdomains.txt
chmod +x gitandMore.py ./gitandMore.py -l subdomains.txt
Replace
subdomains.txtwith the file containing your list of subdomains.Optional flags:
-o, --output: Specify the output file (default: accessible_git_files.txt).-t, --threads: Number of threads to use (default: 10).
./gitandMore.py -l subdomains.txt