awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tillson avatar

tillson/git-hound

0
View on GitHub↗
1,430 نجوم·203 تفرعات·Go·MIT·6 مشاهداتgithoundexplore.com↗

Git Hound

Fast GitHub recon tool. Scans for leaked secrets across all of GitHub, not just known repos and orgs. Support for GitHub dorks.

Features

  • Code and Secret Discovery - Reconnaissance tool for scanning GitHub for exposed API keys.
  • Secret Detection - Scans git history for exposed secrets.
  • Secret Scanning - Leverages GitHub search API to find exposed API keys.

سجل النجوم

مخطط تاريخ النجوم لـ tillson/git-houndمخطط تاريخ النجوم لـ tillson/git-hound

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Git Hound

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Git Hound.
  • eth0izzle/shhgitالصورة الرمزية لـ eth0izzle

    eth0izzle/shhgit

    3,967عرض على GitHub↗

    shhgit is a static analysis security tool and secret detection scanner designed to identify leaked credentials, API tokens, and private keys. It functions as a security auditor for version control systems, analyzing both local files and remote repositories across platforms including GitHub, GitLab, and Bitbucket. The tool utilizes a detection engine based on signature-matching, custom regular expressions, and entropy checks to locate sensitive data. It allows for the use of custom search signatures and queries to identify non-standard secrets that may not be covered by predefined patterns. T

    JavaScriptcyintgithubgithub-api
    عرض على GitHub↗3,967
  • michenriksen/gitrobالصورة الرمزية لـ michenriksen

    michenriksen/Gitrob

    6,184عرض على GitHub↗

    Gitrob is a tool that scans public GitHub repositories for potentially sensitive files. It clones repositories and walks through their full commit history to flag files matching signatures for sensitive content, including files that may have been deleted in later commits. The tool presents its findings through a local web interface for interactive browsing and analysis. It serves results directly from memory without requiring a database, and allows users to save the full set of gathered findings to a JSON session file. Saved sessions can be loaded back into the web interface to continue analy

    Go
    عرض على GitHub↗6,184
  • awslabs/git-secretsالصورة الرمزية لـ awslabs

    awslabs/git-secrets

    13,177عرض على GitHub↗

    Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating automated scanning directly into the version control commit lifecycle. It functions as a commit scanner that evaluates staged files and commit messages against defined security policies before changes are finalized in a repository. The tool utilizes regular expression pattern matching to identify potential secrets and supports the registration of custom patterns to address specific organizational security requirements. To manage operational friction, it includes mechanisms for

    Shell
    عرض على GitHub↗13,177
  • thoughtworks/talismanالصورة الرمزية لـ thoughtworks

    thoughtworks/talisman

    2,085عرض على GitHub↗

    Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.

    Go
    عرض على GitHub↗2,085
عرض جميع البدائل الـ 30 لـ Git Hound→

الأسئلة الشائعة

ما هي وظيفة tillson/git-hound؟

Fast GitHub recon tool. Scans for leaked secrets across all of GitHub, not just known repos and orgs. Support for GitHub dorks.

ما هي الميزات الرئيسية لـ tillson/git-hound؟

الميزات الرئيسية لـ tillson/git-hound هي: Code and Secret Discovery, Secret Detection, Secret Scanning.

ما هي البدائل مفتوحة المصدر لـ tillson/git-hound؟

تشمل البدائل مفتوحة المصدر لـ tillson/git-hound: thoughtworks/talisman — Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens,… yelp/detect-secrets — detect-secrets is a modular secret scanning tool that identifies hard-coded credentials and sensitive information in… eth0izzle/shhgit — shhgit is a static analysis security tool and secret detection scanner designed to identify leaked credentials, API… michenriksen/gitrob — Gitrob is a tool that scans public GitHub repositories for potentially sensitive files. It clones repositories and… awslabs/git-secrets — Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating… zricethezav/gitleaks — Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API…