GitGuardian Alternatives
GitGuardian is described as 'global cybersecurity startup focusing on code security solutions for the DevOps generation. A leader in the market of secrets detection and remediation, its solutions are already used by hundred thousands developers in all industries' and is an app in the security & privacy category. There are eight alternatives to GitGuardian for Mac, Windows and Linux. The best alternative is repo-security-scanner, which is both free and Open Source. Other great apps like GitGuardian are AWS Lab's git-secrets, Gitrob, Yelp's detect-secrets and truffleHog.
- Free Personal • Proprietary
- Self-Hosted
- Software as a Service (SaaS)
CLI tool that finds secrets accidentally committed to a git repo, eg passwords, private keys - UKHomeOffice/repo-security-scanner
git-secrets scans commits, commit messages, and --no-ff merges to prevent adding secrets into your git repositories.
No screenshots yetGitrob is a tool to help find potentially sensitive files pushed to public repositories on Github.
detect-secrets is an aptly named module for (surprise, surprise) detecting secrets within a code base.
Searches through git repositories for secrets, digging deep into commit history and branches. This is effective at finding secrets accidentally committed.
It happens sometimes that you can commit secrets or passwords to your repository by accident. The recommended best practice is not commit the secrets, that's obvious. But not always that obvious when you have a big merge waiting to be reviewed.
rules to identify files containing juicy information like usernames, passwords etc - DiabloHorn/yara4pentesters