# Identify websites with publicly accessible .git repos
$ ./gitfinder.py -i <input-file> -o <output-file>
# Download the files found in the .git repo
$ ./gitdumber.sh <URL>/.git/ <output-dir>
# Extract commits from a broken repo (can be used after gitdumber.sh)
$ ./extractor.sh <.git-directory> <output-dir>