awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to tillson/git-hound

Open-source alternatives to Git Hound

30 open-source projects similar to tillson/git-hound, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Git Hound alternative.

  • awslabs/git-secretsawslabs avatar

    awslabs/git-secrets

    13,177View on 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
    View on GitHub↗13,177
  • thoughtworks/talismanthoughtworks avatar

    thoughtworks/talisman

    2,085View on GitHub↗

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

    Go
    View on GitHub↗2,085
  • eth0izzle/shhgiteth0izzle avatar

    eth0izzle/shhgit

    3,967View on 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
    View on GitHub↗3,967
  • michenriksen/gitrobmichenriksen avatar

    michenriksen/Gitrob

    6,184View on 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
    View on GitHub↗6,184

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • yelp/detect-secretsYelp avatar

    Yelp/detect-secrets

    4,429View on GitHub↗

    detect-secrets is a modular secret scanning tool that identifies hard-coded credentials and sensitive information in source code. It combines multiple detection strategies—regular expression pattern matching, Shannon entropy calculation, and a machine learning classifier—to find potential secrets, and uses a baseline-driven delta analysis to distinguish newly introduced secrets from pre-existing ones, reducing noise from legacy credentials. The tool integrates directly into development workflows through a git pre-commit hook that blocks commits introducing unbaselined secrets, and can be inco

    Python
    View on GitHub↗4,429
  • zricethezav/gitleakszricethezav avatar

    zricethezav/gitleaks

    27,739View on GitHub↗

    Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API keys, and authentication tokens. It functions as a Git secret scanner that analyzes both local file systems and Git commit history to prevent credential leaks. The tool distinguishes itself through a decoding pipeline that transforms base64 and hex strings into plaintext to find obfuscated secrets. It further reduces false positives using proximity-based validation and fingerprint-based suppression to filter out known or baseline findings. The system covers a broad range of detec

    Go
    View on GitHub↗27,739
  • bishopfox/gitgotBishopFox avatar

    BishopFox/GitGot

    1,563View on GitHub↗

    Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.

    Pythonfuzzy-matchinggist-searchgists
    View on GitHub↗1,563
  • channyein1337/jsleakchannyein1337 avatar

    channyein1337/jsleak

    589View on GitHub↗

    jsleak is a tool to find secret , paths or links in the source code during the recon.

    Go
    View on GitHub↗589
  • cve-search/git-vuln-findercve-search avatar

    cve-search/git-vuln-finder

    428View on GitHub↗

    Finding potential software vulnerabilities from git commit messages

    Python
    View on GitHub↗428
  • d1vious/git-wild-huntd1vious avatar

    d1vious/git-wild-hunt

    298View on GitHub↗

    A tool to hunt for credentials in github wild AKA git*hunt

    Python
    View on GitHub↗298
  • duo-labs/secret-bridgeduo-labs avatar

    duo-labs/secret-bridge

    206View on GitHub↗

    Monitors Github for leaked secrets

    Python
    View on GitHub↗206
  • dxa4481/trufflehogdxa4481 avatar

    dxa4481/truffleHog

    26,790View on GitHub↗

    TruffleHog is a secret scanning tool designed to identify leaked credentials and API keys across version control systems, cloud storage, and filesystems. It functions as a git secret detector that enumerates hidden commits and a cloud storage security auditor for inspecting container images and storage buckets. The project is distinguished by a credential verification engine that tests discovered secrets against service APIs to confirm they are active, which eliminates false positive alerts. It further analyzes these verified credentials to determine the specific access levels and resources t

    Go
    View on GitHub↗26,790
  • edoardottt/cariddiedoardottt avatar

    edoardottt/cariddi

    3,427View on GitHub↗

    Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more

    Go
    View on GitHub↗3,427
  • gitguardian/ggshieldgitguardian avatar

    gitguardian/ggshield

    1,966View on GitHub↗

    Detect and validate 500+ types of hardcoded secrets with advanced checks. Use it as a pre-commit hook, GitHub Action, or CLI for proactive secret detection and security.

    Python
    View on GitHub↗1,966
  • gwen001/github-searchgwen001 avatar

    gwen001/github-search

    1,494View on GitHub↗

    A collection of tools to perform searches on GitHub.

    Python
    View on GitHub↗1,494
  • hisxo/gitgraberhisxo avatar

    hisxo/gitGraber

    2,311View on GitHub↗

    gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe...

    Python
    View on GitHub↗2,311
  • m4ll0k/secretfinderm4ll0k avatar

    m4ll0k/SecretFinder

    2,469View on GitHub↗

    SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files

    Python
    View on GitHub↗2,469
  • momenbasel/keyfindermomenbasel avatar

    momenbasel/keyFinder

    677View on GitHub↗

    Passive API key and secret discovery browser extension for Chrome and Firefox. 80+ detection patterns, zero config.

    JavaScript
    View on GitHub↗677
  • mongodb/kingfishermongodb avatar

    mongodb/kingfisher

    823View on GitHub↗
    Rustcredentialsdevsecopsscanning
    View on GitHub↗823
  • newrelic/rusty-hognewrelic avatar

    newrelic/rusty-hog

    549View on GitHub↗

    A suite of secret scanners built in Rust for performance. Based on TruffleHog (https://github.com/dxa4481/truffleHog) which is written in Python.

    Rust
    View on GitHub↗549
  • nielsing/yarnielsing avatar

    nielsing/yar

    241View on GitHub↗

    Yar is a tool for plunderin' organizations, users and/or repositories.

    Go
    View on GitHub↗241
  • owasp/sedatedOWASP avatar

    OWASP/SEDATED

    110View on GitHub↗

    SEDATED® Project (Sensitive Enterprise Data Analyzer To Eliminate Disclosure)

    Shell
    View on GitHub↗110
  • praetorian-inc/noseyparkerpraetorian-inc avatar

    praetorian-inc/noseyparker

    2,295View on GitHub↗
    Rustcredentialsdevsecopsnoseyparker
    View on GitHub↗2,295
  • praetorian-inc/titusP

    praetorian-inc/titus

    0View on GitHub↗
    View on GitHub↗0
  • redhuntlabs/bucketlootR

    redhuntlabs/BucketLoot

    0View on GitHub↗
    View on GitHub↗0
  • redhuntlabs/httplootR

    redhuntlabs/HTTPLoot

    0View on GitHub↗
    View on GitHub↗0
  • s0md3v/zens0md3v avatar

    s0md3v/Zen

    593View on GitHub↗

    Find emails of Github users

    Python
    View on GitHub↗593
  • sap/credential-diggerSAP avatar

    SAP/credential-digger

    364View on GitHub↗

    A Github scanning tool that identifies hardcoded credentials while filtering the false positive data through machine learning models :lock:

    Python
    View on GitHub↗364
  • skyscanner/whispersSkyscanner avatar

    Skyscanner/whispers

    503View on GitHub↗

    Identify hardcoded secrets in static structured text

    Python
    View on GitHub↗503
  • streaak/keyhacksstreaak avatar

    streaak/keyhacks

    6,069View on GitHub↗

    Keyhacks is a command-line tool that tests whether API keys and tokens for dozens of cloud services are valid and active. It automates the verification of discovered credentials during security auditing and penetration testing, confirming if leaked or harvested API keys, tokens, and secrets are still operational. The tool validates credentials by sending lightweight, service-specific HTTP requests to each platform's API endpoint and inspecting the response status or body. Each validation runs independently without storing state between requests, using pre-defined request templates with the co

    View on GitHub↗6,069