Skip to content

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.

Notifications You must be signed in to change notification settings

Jenderal92/git-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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 :

Jenderal92 Git Dumper

How To Run?

Disclaimer !!!

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages