git-list3r

Search for repo files on a website, and guess the last commit version


Keywords
git, enumeration, framework
Licenses
GPL-3.0/GPL-3.0+
Install
pip install git-list3r==1.1.0

Documentation

GIT LIST3R

This tools compare websites against a git repo, then try to guess the last commit date.

Installation

To install the application:

pip install git_list3r

Usage

Example for a website named example.com:

Usage:
  git_list3r test [--timeout=<timeout>]
                  [--web_base=<web_base>]
                  [--file_base=<file_base>] <folder> <url>
  git_list3r version <folder>
  git_list3r -h | --help
  git_list3r --version