Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/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.

查看仓库
112个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

git-dump

该脚本是一个工具,用于从网站递归下载 '.git' 目录的内容。该脚本使用 Python 以及 'requests' 和 'BeautifulSoup' 等库,检查目录结构、下载文件,并识别 Git 文件中的 SHA-1 哈希值。

功能

  • 从网站递归下载 ".git" 目录的内容。
  • 使用 Python 以及 "requests" 和 "BeautifulSoup" 等库进行网络抓取。
  • 检查目录结构并从网站下载文件。
  • 识别并从 Git 文件中提取 SHA-1 哈希值。
  • 支持多线程,实现高效的文件下载。
  • 包含用于处理失败 HTTP 请求的重试逻辑。
  • 允许在下载的目录中手动执行 Git 命令。

请我喝咖啡:

  • 比特币 $: 14nXhmRiQx5joCXFTdR8ydm3T8et7MFDXC

Jenderal92 Git Dumper

如何运行?

  • 通过官方 Python 网站 https://www.python.org 下载并安装 Python。
  • 安装模块 pip install requests beautifulsoup4 colorama
  • python file.py
  • 输入你的站点(例如 https://site.com/.git/)

免责声明!!!

我已经在 Jenderal92 的主页上写好了免责声明。你可以 在此查看!!!

下载工具