ENNAENNA

TruffleHog

FeaturedAGPL-3.0

馃攷 General OSINTGo

TruffleHog scans for leaked credentials and secrets in Git repositories, S3 buckets, filesystems, and more. It uses both regex patterns and entropy analysis to detect API keys, passwords, tokens, and other sensitive data that may have been accidentally committed. TruffleHog supports over 800 credential detectors and can verify discovered credentials against the actual services to confirm they are still active.

25.9kstars
2.3kforks
428issues
Updated 15d ago

Installation

brew (macOS)

$ brew install trufflehog

docker

$ docker pull trufflesecurity/trufflehog

from source

$ git clone https://github.com/trufflesecurity/trufflehog.git && cd trufflehog && go install

Use Cases

  • Scanning Git history for leaked secrets
  • CI/CD pipeline secret detection
  • S3 bucket credential scanning
  • Active credential verification
  • Compliance and security auditing

Tags

secretscredentialsgits3devsecopsdynamic-analysisprecommitscanningsecretsecret-managementsecuritysecurity-toolstrufflehogverification

Community Reviews

More in General OSINT