Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Git secrets scanning tool #295

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Maha1503
Copy link

This PR adds Git Detector under the DevOps section.

Git Detector is a Python-based tool designed to scan entire Git repositories (including commit history) for potential sensitive data leaks such as:

  • 🔑 Passwords
  • 🗝️ API Keys (AWS, OpenAI, Google, etc.)
  • 📄 RSA & SSH Private Keys
  • 🔐 TLS/SSL Certificates
  • 🗃️ Database Credentials

Key Features:

  • Full Git history scan
  • Color-coded results for easy analysis
  • Simple pre-execution setup

GitHub Repo: [Git Detector](https://github.com/Maha1503/Git_detector)


💡 Why Add This?

  • Helps developers identify accidental credential leaks
  • Enhances repository security with minimal setup
  • Complements other security tools in the list

🙌 Thank You!

Looking forward to your feedback! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant