Mirroring
- https://github.com/arthaud/git-dumper (faster then wget!)
- wget ‑r http://dev.linkvortex.htb/.git/
- Afterwards, direct git status
- https://github.com/lijiejie/GitHack/blob/master/GitHack.py
gittyleaks: Execute within a local repository the command gittyleaks --find-anything.
git-secrets: Scans (only) commit messages for sensitive information with git secrets --scan-history.
truffleHog: Scans repos and prints out information with a high entropy: Execute it with trufflehog $repo_dir.
git-secret-scanner: Scans a repo with git-secret-scanner scan -d $git_repo.
Other tools
- git-scanner: Scans multiple hosts or a single host.
- repo-supervisor: Tool which can be added as git-hook to scan new pull requests for sensitive data before it’s going to be merged.
- repo-security-scanner: Older scanner
Leave a Reply
You must be logged in to post a comment.