Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
git-dump — This script is a tool to recursively download the contents of the '.git' directory from a website. Using Python and libraries like 'requests' and 'BeautifulSoup', this script examines the directory structure, downloads files, and identifies SHA-1 hashes within Git files. | Kitploit
Tools/GitHubGitHub/jenderal92/git-dump
ReconnaissanceVulnerability AnalysisInformation GatheringWeb SecurityPenetration TestingMisconfiguration
GitHubjenderal92/git-dump

git-dump

This script is a tool to recursively download the contents of the '.git' directory from a website. Using Python and libraries like 'requests' and 'BeautifulSoup', this script examines the directory structure, downloads files, and identifies SHA-1 hashes within Git files.

View Repository
1133 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

git-dump

This script is a tool to recursively download the contents of the '.git' directory from a website. Using Python and libraries like 'requests' and 'BeautifulSoup', this script examines the directory structure, downloads files, and identifies SHA-1 hashes within Git files.

Feature

  • Recursively downloads the contents of a ".git" directory from a website.
  • Uses Python with libraries like "requests" and "BeautifulSoup" for web scraping.
  • Examines directory structures and downloads files from the site.
  • Identifies and extracts SHA-1 hashes from Git files.
  • Supports multithreading for efficient file downloads.
  • Includes retry logic for handling failed HTTP requests.
  • Allows manual execution of Git commands in downloaded directories.

Buy Coffee :

  • Bitcoin $: 14nXhmRiQx5joCXFTdR8ydm3T8et7MFDXC

Jenderal92 Git Dumper

How To Run?

  • Install Python by downloading it from the official Python website https://www.python.org.
  • Install module pip install requests beautifulsoup4 colorama
  • python file.py
  • Put ur sites (e.g https://site.com/.git/)

Disclaimer !!!

I have written the disclaimer on the cover of Jenderal92. You can check it HERE !!!

Download Tool