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
Skyscanner avatar

Skyscanner/whispersArchived

0
View on GitHub↗
503 stars·70 forks·Python·Apache-2.0·10 views

Whispers

Identify hardcoded secrets in static structured text

Features

  • Identity and Access Management - Identifies hardcoded secrets and dangerous behaviors.
  • Offensive Security Tools - Identifies hardcoded secrets and dangerous coding behaviors.
  • Secret Scanning - Identifies hardcoded secrets and dangerous coding behaviors.

Star history

Star history chart for skyscanner/whispersStar history chart for skyscanner/whispers

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Whispers

These projects share indexed features with Whispers. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • bishopfox/dufflebagbishopfox avatar

    bishopfox/dufflebag

    306View on GitHub↗

    Search exposed EBS volumes for secrets

    Go
    View on GitHub↗306
  • 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
Compare all 30 related projects→

Frequently asked questions

What does skyscanner/whispers do?

Identify hardcoded secrets in static structured text

What are the main features of skyscanner/whispers?

The main features of skyscanner/whispers are: Identity and Access Management, Offensive Security Tools, Secret Scanning.

Which projects share features with skyscanner/whispers?

Projects with overlapping indexed features include: zricethezav/gitleaks — Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API… yelp/detect-secrets — detect-secrets is a modular secret scanning tool that identifies hard-coded credentials and sensitive information in… bishopfox/dufflebag — Search exposed EBS volumes for secrets. dxa4481/trufflehog — TruffleHog is a secret scanning tool designed to identify leaked credentials and API keys across version control… v2-dev/awesome-social-engineering — This project is a curated collection of frameworks, libraries, and toolsets designed for social engineering and public… skerkour/black-hat-rust — This project is an offensive security toolkit and development framework for creating memory-safe malware, network…