awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
michenriksen avatar

michenriksen/GitrobArchived

0
View on GitHub↗
6,184 stars·844 forks·Go·MIT·4 vuesmichenriksen.com/blog/gitrob-now-in-go↗

Gitrob

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 analysis without re-scanning.

Features

  • Historical Commit Scanning - Scans full commit history to uncover sensitive files even if later deleted.
  • Sensitive File Discovery - Clones public GitHub repositories and flags files matching signatures for sensitive content.
  • Findings Browsing Interfaces - Provides a local web UI for interactive browsing and analysis of discovered sensitive files.
  • Assessment Session Files - Saves full security scan findings as JSON files for persistence and sharing.
  • In-Memory Serving - Serves analysis results directly from RAM without requiring a database.
  • Assessment Session Files - Saves and loads full security scan findings as JSON files for persistence and sharing.
  • Reconnaissance Tools - Reconnaissance tool for GitHub organizations.
  • Cloud and Git Security - Scan GitHub organizations for sensitive files.
  • Reconnaissance and OSINT - Reconnaissance tool for identifying sensitive data in GitHub organizations.
  • Secret Detection - Finds sensitive files in public GitHub repositories.
  • Secret Scanning - Identifies sensitive files pushed to public GitHub repositories.
  • Source Code Discovery - Reconnaissance tool for identifying sensitive data in GitHub organizations.

Historique des stars

Graphique de l'historique des stars pour michenriksen/gitrobGraphique de l'historique des stars pour michenriksen/gitrob

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Gitrob

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Gitrob.
  • zricethezav/gitleaksAvatar de zricethezav

    zricethezav/gitleaks

    27,739Voir sur 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
    Voir sur GitHub↗27,739
  • blacklanternsecurity/bbotAvatar de blacklanternsecurity

    blacklanternsecurity/bbot

    9,929Voir sur GitHub↗

    This project is an open-source intelligence reconnaissance framework and recursive attack surface mapper. It functions as a containerized security scanner designed to map public-facing infrastructure, perform subdomain enumeration, and automate the gathering of open-source intelligence. The system employs a recursive discovery engine to iteratively explore target infrastructure, utilizing a plugin-based module architecture to extend scanning capabilities. It integrates third-party APIs for data enrichment and applies YARA rules across discovered assets to identify specific vulnerability patte

    Python
    Voir sur GitHub↗9,929
  • edoardottt/cariddiAvatar de edoardottt

    edoardottt/cariddi

    3,427Voir sur GitHub↗

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

    Go
    Voir sur GitHub↗3,427
  • awslabs/git-secretsAvatar de awslabs

    awslabs/git-secrets

    13,177Voir sur 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
    Voir sur GitHub↗13,177
Voir les 30 alternatives à Gitrob→

Questions fréquentes

Que fait michenriksen/gitrob ?

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.

Quelles sont les fonctionnalités principales de michenriksen/gitrob ?

Les fonctionnalités principales de michenriksen/gitrob sont : Historical Commit Scanning, Sensitive File Discovery, Findings Browsing Interfaces, Assessment Session Files, In-Memory Serving, Reconnaissance Tools, Cloud and Git Security, Reconnaissance and OSINT.

Quelles sont les alternatives open-source à michenriksen/gitrob ?

Les alternatives open-source à michenriksen/gitrob incluent : zricethezav/gitleaks — Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API… blacklanternsecurity/bbot — This project is an open-source intelligence reconnaissance framework and recursive attack surface mapper. It functions… m4ll0k/secretfinder — SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript… awslabs/git-secrets — Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating… gwen001/github-subdomains. edoardottt/cariddi — Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more.