# internetwache/GitTools

A repository with 3 tools for pwn'ing websites with .git repositories available

Repository: https://github.com/internetwache/GitTools
Canonical: https://ross.abutalabs.com/products/gittools
Language: Shell
License: MIT
License Family: permissive
Last push: 2026-07-15T08:19:13+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 92, release rhythm 8, longevity 100
- inputs: {"age_days": 4155, "days_push": 49, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4178, forks 632 (observed 2026-08-28T04:08:38.349225+00:00)

## What it is
GitTools is a collection of three shell/Python scripts for finding and exploiting websites that publicly expose their .git directory. It includes a finder for scanning domains, a dumper for downloading exposed repositories, and an extractor for recovering commits from incomplete repositories.

## Use cases
- find websites with publicly exposed .git directories
- download a .git repository from a web server without directory listing
- recover source code from an incomplete or broken git repository
- scan a list of domains for leaked git repositories
- extract commits and file contents from a partially downloaded repo
- audit my own sites for accidentally exposed .git folders

## When to choose
- you are doing a penetration test or security audit for exposed .git directories
- you need to reconstruct source code from a partially accessible .git folder
- you want simple, dependency-light scripts for git exposure research

## When to avoid
- you need a full-featured web vulnerability scanner
- the target repository is fully packed into pack-files, which the dumper may fail to recover
- you lack authorization to test the target, as usage may be illegal

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, penetration-testing, web-scraping, cli
- domain: security, penetration-testing, developer-tools
- platform: cli, python
- tags: git-exposure, source-code-recovery, offensive-security, bash-scripts, reconnaissance, command-line, linux, macos

## Member repositories
- internetwache/GitTools (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:38.349225+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:22:40.839604+00:00, confidence not recorded.
  - readme: https://github.com/internetwache/GitTools (fetched 2026-08-28T04:08:38.349225+00:00, sha 1b1cf0b9f123)
- Data as of 2026-08-30T08:39:29.467469+00:00.
