awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eth0izzle avatar

eth0izzle/shhgit

0
View on GitHub↗
3,967 Stars·481 Forks·JavaScript·MIT·2 Aufrufe

Shhgit

shhgit ist ein statisches Analyse-Sicherheitstool und ein Secret-Detection-Scanner, der entwickelt wurde, um geleakte Anmeldeinformationen, API-Token und private Schlüssel zu identifizieren. Es fungiert als Sicherheitsauditor für Versionskontrollsysteme und analysiert sowohl lokale Dateien als auch Remote-Repositorys auf Plattformen wie GitHub, GitLab und Bitbucket.

Das Tool nutzt eine Erkennungs-Engine, die auf Signaturabgleich, benutzerdefinierten regulären Ausdrücken und Entropieprüfungen basiert, um sensible Daten zu lokalisieren. Es ermöglicht die Verwendung benutzerdefinierter Suchsignaturen und Abfragen, um nicht standardmäßige Secrets zu identifizieren, die möglicherweise nicht von vordefinierten Mustern abgedeckt werden.

Die Scan-Oberfläche erstreckt sich auf Remote-Repository-Metadaten, wie z. B. Issue-Kommentare, und enthält Filterfunktionen, um bestimmte Dateierweiterungen oder Verzeichnispfade auszuschließen. Ergebnisse können über CSV-Dateien exportiert oder per Webhook-Benachrichtigungen übertragen werden.

Features

  • Repository Content Scanning - Detects leaked credentials by programmatically scanning codebase contents and metadata via public version control APIs.
  • Git Repository Security Auditors - A scanner for identifying exposed secrets within GitHub, GitLab, and Bitbucket repositories using signatures and regular expressions.
  • Secret Detection Tools - Scans source code and configuration files for accidentally committed credentials, private keys, and API tokens.
  • Credential Audit Scanning - Searches GitHub, GitLab, and Bitbucket repositories for leaked secrets using custom signatures.
  • Secret Detection Pipelines - Automates the discovery of secrets in code before or after commits to prevent security breaches.
  • Custom Regex Pattern Matching - Implements custom regular expression searching to identify non-standard secrets within files.
  • Custom Secret Patterns - Uses entropy checks and user-defined regex patterns to find non-standard secrets in source code.
  • Local Repository Secret Scanning - Analyzes files in local directories and repositories to identify leaked secrets for automated pipelines.
  • Secret Scanning Engines - Provides the core engine for detecting hardcoded credentials in code repositories.
  • Custom Detection Signatures - Identifies specific secrets using custom text matches, regular expressions, and entropy checks.
  • Secret Signatures - Identifies sensitive data by comparing file content against a library of regular expressions and entropy-based criteria.
  • Content-Based Secret Signatures - Matches code against a library of predefined signatures or custom queries to identify specific credentials.
  • Static Analysis Security Testing - Analyzes source code without executing it to find security vulnerabilities and leaked credentials.
  • Path Exclusions - Allows ignoring specific file paths or directories during scanning to reduce false positives.
  • Remote Repository Discovery - Fetches repository contents and metadata from external version control platforms using public REST interfaces.
  • Scan Result Filters - Applies custom logic to exclude specific strings, extensions, or paths to reduce noise and false positives.
  • Attack Surface Mapping - Analyzes repositories to identify potential entry points and leaked authentication tokens for security assessment.
  • Code and Secret Discovery - Real-time secret detection for code repositories.
  • Web Tools - Listed in the “Web Tools” section of the The Book Of Secret Knowledge awesome list.
  • Secret Scanning - Finds secrets across codebases to prevent security breaches.
  • Sensitive Data Leakage - Real-time monitor for secrets across GitHub repositories.

Star-Verlauf

Star-Verlauf für eth0izzle/shhgitStar-Verlauf für eth0izzle/shhgit

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Shhgit

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Shhgit.
  • dxa4481/trufflehogAvatar von dxa4481

    dxa4481/truffleHog

    26,790Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗26,790
  • voorivex/pentest-guideAvatar von Voorivex

    Voorivex/pentest-guide

    2,761Auf GitHub ansehen↗

    This project is a comprehensive web application penetration testing guide and vulnerability research framework. It provides a structured methodology for identifying and exploiting security flaws through a phased approach involving reconnaissance, analysis, and exploitation. The resource is distinguished by its use of a curated methodology framework that links theoretical vulnerability patterns to real-world bug bounty reports and historical exploit examples. It includes a payload-based testing library and a reference system that maps specific vulnerability categories to recommended third-part

    bugbountybypassowasp-tests
    Auf GitHub ansehen↗2,761
  • zricethezav/gitleaksAvatar von zricethezav

    zricethezav/gitleaks

    27,739Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗27,739
  • awslabs/automated-security-helperAvatar von awslabs

    awslabs/automated-security-helper

    598Auf GitHub ansehen↗

    The automated security helper is a command-line utility designed to orchestrate multiple security analysis tools into a unified, configuration-driven workflow. It functions as a central engine that executes static application security testing and infrastructure scans, aggregating diverse tool outputs into a standardized, machine-readable format to ensure consistent vulnerability detection across development lifecycles. The tool distinguishes itself through a modular plugin architecture that allows for the integration of custom or proprietary scanners, alongside an external intelligence layer

    Pythonawsawslabsiac
    Auf GitHub ansehen↗598
Alle 30 Alternativen zu Shhgit anzeigen→

Häufig gestellte Fragen

Was macht eth0izzle/shhgit?

shhgit ist ein statisches Analyse-Sicherheitstool und ein Secret-Detection-Scanner, der entwickelt wurde, um geleakte Anmeldeinformationen, API-Token und private Schlüssel zu identifizieren. Es fungiert als Sicherheitsauditor für Versionskontrollsysteme und analysiert sowohl lokale Dateien als auch Remote-Repositorys auf Plattformen wie GitHub, GitLab und Bitbucket.

Was sind die Hauptfunktionen von eth0izzle/shhgit?

Die Hauptfunktionen von eth0izzle/shhgit sind: Repository Content Scanning, Git Repository Security Auditors, Secret Detection Tools, Credential Audit Scanning, Secret Detection Pipelines, Custom Regex Pattern Matching, Custom Secret Patterns, Local Repository Secret Scanning.

Welche Open-Source-Alternativen gibt es zu eth0izzle/shhgit?

Open-Source-Alternativen zu eth0izzle/shhgit sind unter anderem: dxa4481/trufflehog — TruffleHog is a secret scanning tool designed to identify leaked credentials and API keys across version control… voorivex/pentest-guide — This project is a comprehensive web application penetration testing guide and vulnerability research framework. It… zricethezav/gitleaks — Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API… awslabs/automated-security-helper — The automated security helper is a command-line utility designed to orchestrate multiple security analysis tools into… edu4rdshl/findomain — Findomain is a subdomain enumeration and infrastructure analysis tool designed for attack surface mapping. It… sap/credential-digger — A Github scanning tool that identifies hardcoded credentials while filtering the false positive data through machine…