git-dumper vs Gitleaks
GitHub Stats
About git-dumper
git-dumper downloads and reconstructs Git repositories from web servers where the .git directory is accidentally exposed. Many deployments leave .git accessible, exposing full source code, commit history, configuration files, and potentially credentials. git-dumper handles the complex process of downloading individual Git objects, reconstructing the pack files, and rebuilding a complete working repository. It supports recursive object resolution, handles missing objects gracefully, and works through redirects and basic authentication. A critical tool for web application pentesting where source code access dramatically accelerates vulnerability discovery.
About Gitleaks
Gitleaks is a Go-based tool for scanning Git repositories to identify hardcoded secrets, such as passwords, API keys, and tokens. It integrates seamlessly into CI/CD pipelines, providing continuous monitoring and alerting for potential security leaks. Gitleaks helps developers maintain secure codebases by preventing the accidental exposure of sensitive information.
Platform Support
Tags
git-dumper only
Gitleaks only