{"id":30912948,"url":"https://github.com/vizzdoom/massgitleaks","last_synced_at":"2026-06-23T13:32:03.740Z","repository":{"id":313410329,"uuid":"1048022527","full_name":"vizzdoom/massgitleaks","owner":"vizzdoom","description":"Massgitleaks automates bulk secret scanning across multiple git repositories as a gitleaks wrapper with advanced reporting and pentester-friendly features.","archived":false,"fork":false,"pushed_at":"2025-09-05T20:08:53.000Z","size":752,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-13T07:20:36.578Z","etag":null,"topics":["automation","ci-cd","cli","cybersecurity","devops","devsecops","git","gitleaks","hacking","pentesting","python","scanner","secops","secret","secrets","secrets-detection","security","security-tools","tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vizzdoom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-31T18:38:49.000Z","updated_at":"2025-09-05T20:08:38.000Z","dependencies_parsed_at":"2025-09-05T22:18:51.610Z","dependency_job_id":"c4a1688a-4e01-45d2-9b71-49e1c050be16","html_url":"https://github.com/vizzdoom/massgitleaks","commit_stats":null,"previous_names":["vizzdoom/massgitleaks"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vizzdoom/massgitleaks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vizzdoom%2Fmassgitleaks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vizzdoom%2Fmassgitleaks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vizzdoom%2Fmassgitleaks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vizzdoom%2Fmassgitleaks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vizzdoom","download_url":"https://codeload.github.com/vizzdoom/massgitleaks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vizzdoom%2Fmassgitleaks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34691742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","ci-cd","cli","cybersecurity","devops","devsecops","git","gitleaks","hacking","pentesting","python","scanner","secops","secret","secrets","secrets-detection","security","security-tools","tools"],"created_at":"2025-09-09T22:17:12.086Z","updated_at":"2026-06-23T13:32:03.727Z","avatar_url":"https://github.com/vizzdoom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n[![Python](https://img.shields.io/badge/python-3.12+-green.svg)](https://python.org)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Platform](https://img.shields.io/badge/platform-Windows%20|%20WSL%20|%20Kali%20Linux%20|%20Linux%20|%20macOS-lightgrey.svg)]()\n\n\n![Example](example.jpg)\n\n# 🔑 MASSGITLEAKS - Run Gitleaks massively\n\n**Stop wasting time scanning repositories one by one!** \n\n**Massgitleaks** is a bulk [Gitleaks](https://github.com/gitleaks/gitleaks) automation scanner for penetration testers. Massgitleaks automates bulk secret scanning across multiple git repositories with intelligent version compatibility, advanced reporting, and pentester-friendly features.\n\n**`gitleaks` approach:** Run scanner manually on each repository → waste time, miss secrets, fight with inconsistent reports and custom configs.\n\n**`massgitleaks` approach:** Point a directory → scan ALL repositories automatically, grab reports at once, and test your configs across all repositories in the selected directory.\n\n## Features\n\n- **Bulk Scanning**: Pentest all repositories for secrets with a single command\n- **Gitleaks Version Agnostic**: Works with both old and new ([v8.19+](https://github.com/gitleaks/gitleaks/releases/tag/v8.19.0)) Gitleaks versions automatically\n- **Cross-Platform**: Windows, Linux, macOS, WSL with proper Unicode handling\n- **Rich Console Output**: Colorized output with real-time progress tracking\n- **Multi-Format Reporting**: Generate CSV, JSON, or multiple formats simultaneously  \n- **Complete Audit Trail**: File-based logging with full scan details\n- **Smart Redaction**: Percentage-based secret redaction (0-100%)\n- **Easier Config Tuning**: Validate custom gitleaks configs against multiple codebases\n\n\n## Installation \n### ⚙️ Requirements\n- Python 3.12+\n- [Gitleaks](https://github.com/gitleaks/gitleaks) installed and accessible via PATH (or binary declared via `--gitleaks-path` switch)\n\n### 💽 Universal installer\nAutomatically detects your platform and handles dependency installation even on restrictive systems like Kali Linux.\n```bash\ngit clone https://github.com/vizzdoom/massgitleaks.git\ncd massgitleaks\npython install.py\n```\n\n### 📦 PyPI Installation\n```bash\npip install massgitleaks\n```\n\n### 🐉 Kali Linux \u0026 Restrictive Environments\n```bash\npip install massgitleaks --break-system-packages\n# or\npipx install massgitleaks\n```\n\n### 🔧 Development install\n```bash\ngit clone https://github.com/vizzdoom/massgitleaks.git\ncd massgitleaks\npip install -e .\n```\n\n## Example\n\n```\nPS D:\\Tools\\massgitleaks\u003e python .\\massgitleaks.py --help\n\n ███╗  ███╗ ████╗ █████╗█████╗  █████╗ ██╗██████╗██╗  █████╗ ████╗ ██╗ ██╗█████╗\n ████╗████║██╔═██╗██╔══╝██╔══╝ ██╔═══╝ ██║╚═██╔═╝██║  ██╔══╝██╔═██╗██║██╔╝██╔══╝\n ██╔███╔██║██████║█████╗█████╗ ██║ ███╗██║  ██║  ██║  ███╗  ██████║████╔╝ █████╗\n ██║╚█╔╝██║██╔═██║╚══██║╚══██║ ██║  ██║██║  ██║  ██║  ██╔╝  ██╔═██║██╔██╗ ╚══██║\n ██║ ╚╝ ██║██║ ██║█████║█████╗ ╚█████╔╝██║  ██║  ████╗█████╗██║ ██║██║ ██╗█████║\n ╚═╝    ╚═╝╚═╝ ╚═╝╚════╝╚════╝  ╚════╝ ╚═╝  ╚═╝  ╚═══╝╚════╝╚═╝ ╚═╝╚═╝ ╚═╝╚════╝\n\n                       ╔═════════════════════════════════╗\n                             RUN GITLEAKS MASSIVELY\n                                      v25.1\n                       ╚═════════════════════════════════╝\n\nUsage: massgitleaks.py [-h] [--config config_file] [--report-format {csv,json,all,none}]\n                       [--output-directory OUTPUT_DIRECTORY] [--redact [PERCENT]] [--gitleaks-path GITLEAKS_PATH]\n                       [--debug]\n                       [repos_directory]\n\nScan all git repositories in the specified directory for secrets using gitleaks.\n\nPositional Arguments:\n  repos_directory       Directory to scan for git repositories\n\nOptions:\n  -h, --help            show this help message and exit\n  --config config_file  Path to gitleaks configuration file\n  --report-format {csv,json,all,none}\n                        Report format: csv, json, all, or none (default: csv)\n  --output-directory OUTPUT_DIRECTORY\n                        Output directory for scan reports (default: same as \u003crepos_directory\u003e)\n  --redact [PERCENT]    Redact secrets in the output. Use --redact for 100% or --redact=(0-100)\n  --gitleaks-path GITLEAKS_PATH\n                        Path to gitleaks executable\n  --debug               Print additional debug information for troubleshooting\n\nBasic example: massgitleaks.py /path/to/directory/with/multiple/git/repos\n\n\nPS D:\\Tools\\massgitleaks\u003e python .\\massgitleaks.py .\\test-repos\\\n\n ███╗  ███╗ ████╗ █████╗█████╗  █████╗ ██╗██████╗██╗  █████╗ ████╗ ██╗ ██╗█████╗\n ████╗████║██╔═██╗██╔══╝██╔══╝ ██╔═══╝ ██║╚═██╔═╝██║  ██╔══╝██╔═██╗██║██╔╝██╔══╝\n ██╔███╔██║██████║█████╗█████╗ ██║ ███╗██║  ██║  ██║  ███╗  ██████║████╔╝ █████╗\n ██║╚█╔╝██║██╔═██║╚══██║╚══██║ ██║  ██║██║  ██║  ██║  ██╔╝  ██╔═██║██╔██╗ ╚══██║\n ██║ ╚╝ ██║██║ ██║█████║█████╗ ╚█████╔╝██║  ██║  ████╗█████╗██║ ██║██║ ██╗█████║\n ╚═╝    ╚═╝╚═╝ ╚═╝╚════╝╚════╝  ╚════╝ ╚═╝  ╚═╝  ╚═══╝╚════╝╚═╝ ╚═╝╚═╝ ╚═╝╚════╝\n\n                       ╔═════════════════════════════════╗\n                             RUN GITLEAKS MASSIVELY\n                                      v25.1\n                       ╚═════════════════════════════════╝\n\n[i] Selected directory with repositories to scan:\n\"test-repos\"\n\n[i] Log file:\n\"test-repos\\mass-gitleaks-scan-result-20250905_215819.txt\"\n\n[i] Gitleaks binary for scanning:\nBinary: gitleaks (from PATH)\nVersion: gitleaks version 8.28.0\n\n[i] Secrets redaction:\nSecrets will not be redacted\n\nSearching for git repositories in test-repos\nFound 3 git repositories:\ntest-repos\\leaky-repo1\ntest-repos\\leaky-repo2\ntest-repos\\leaky-repo3\n\n🔬🔬🔬 [1/3] Scanning repository: leaky-repo1\n[i] Executing Gitleaks to generate a CSV report\ngitleaks git -v --exit-code 50 test-repos\\leaky-repo1 --report-format csv --report-path test-repos\\leaky-repo1-gitleaks.csv\n\n    ○\n    │╲\n    │ ○\n    ○ ░\n    ░    gitleaks\n\nFinding:     oauth_token: \"7f9cc25de23d1a255720b0ae4551f4044d600f46\"\nSecret:      7f9cc25de23d1a255720b0ae4551f4044d600f46\nRuleID:      generic-api-key\nEntropy:     3.713461\nFile:        hub\nLine:        4\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:hub:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/hub#L4\n\nFinding:     api_key: 3b6311afca5bd8aac647b316704e9c6d # Sensitive.\nSecret:      3b6311afca5bd8aac647b316704e9c6d\nRuleID:      generic-api-key\nEntropy:     3.718139\nFile:        cloud/.tugboat\nLine:        4\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:cloud/.tugboat:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/cloud/.tugboat#L4\n\nFinding:     api_key: 3b6311afca5bd8aac647b316704e9c6d # Risk.\nSecret:      3b6311afca5bd8aac647b316704e9c6d\nRuleID:      generic-api-key\nEntropy:     3.718139\nFile:        cloud/.tugboat\nLine:        4\nCommit:      8c99112abc3f0aa2d8cc54bd8d459525f8c7cc9a\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2020-03-01T02:26:39Z\nFingerprint: 8c99112abc3f0aa2d8cc54bd8d459525f8c7cc9a:cloud/.tugboat:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/8c99112abc3f0aa2d8cc54bd8d459525f8c7cc9a/cloud/.tugboat#L4\n\nFinding:     \"HEROKU_API_KEY\": \"7a2f9a4289e530bef6dbf31f4cbf63d5\"\nSecret:      7a2f9a4289e530bef6dbf31f4cbf63d5\nRuleID:      generic-api-key\nEntropy:     3.840018\nFile:        cloud/heroku.json\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/heroku.json:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/heroku.json#L4\n\nFinding:     export MAILCHIMP_API_KEY=\"38c47f19e349153fa963bb3b3212fe8e-us11\"\nSecret:      38c47f19e349153fa963bb3b3212fe8e-us11\nRuleID:      mailchimp-api-key\nEntropy:     3.800292\nFile:        .bashrc\nLine:        106\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bashrc:mailchimp-api-key:106\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bashrc#L106\n\nFinding:     export JEKYLL_GITHUB_TOKEN=\"c77e01c1e89682e4d4b94a059a7fd2b37ab326ed\"\nSecret:      c77e01c1e89682e4d4b94a059a7fd2b37ab326ed\nRuleID:      generic-api-key\nEntropy:     3.908695\nFile:        .bashrc\nLine:        109\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bashrc:generic-api-key:109\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bashrc#L109\n\nFinding:     -----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAjosMtDUqbE1/8zxZac1t8fkh2SxGuMXHk9yxniyM2m76donW\nGcb...\nSecret:      -----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAjosMtDUqbE1/8zxZac1t8fkh2SxGuMXHk9yxniyM2m76donW\nGcb...\nRuleID:      private-key\nEntropy:     6.017279\nFile:        .ssh/id_rsa\nLine:        1\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.ssh/id_rsa:private-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.ssh/id_rsa#L1\n\nFinding:     secret_key = yLryKGwcGc3ez9G8YAnjeYMQOc # Sensitive\nSecret:      yLryKGwcGc3ez9G8YAnjeYMQOc\nRuleID:      generic-api-key\nEntropy:     4.103910\nFile:        cloud/.s3cfg\nLine:        1\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:cloud/.s3cfg:generic-api-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/cloud/.s3cfg#L1\n\nFinding:     access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX # Informative\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.s3cfg\nLine:        2\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:cloud/.s3cfg:generic-api-key:2\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/cloud/.s3cfg#L2\n\nFinding:     secret_key = yLryKGwcGc3ez9G8YAnjeYMQOc\nSecret:      yLryKGwcGc3ez9G8YAnjeYMQOc\nRuleID:      generic-api-key\nEntropy:     4.103910\nFile:        cloud/.s3cfg\nLine:        1\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.s3cfg:generic-api-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.s3cfg#L1\n\nFinding:     access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.s3cfg\nLine:        2\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.s3cfg:generic-api-key:2\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.s3cfg#L2\n\nFinding:     -----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDAbhr5Ivji3OE5\nNynIbnH...\nSecret:      -----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDAbhr5Ivji3OE5\nNynIbnH...\nRuleID:      private-key\nEntropy:     6.024437\nFile:        misc-keys/cert-key.pem\nLine:        1\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:misc-keys/cert-key.pem:private-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/misc-keys/cert-key.pem#L1-L28\n\nFinding:     ...registry.npmjs.org/:_authToken=26dfe8d8-889b-4380-92ff-9c3c6ea5d930\nSecret:      26dfe8d8-889b-4380-92ff-9c3c6ea5d930\nRuleID:      generic-api-key\nEntropy:     3.728972\nFile:        .npmrc\nLine:        6\nCommit:      9fd86d0f8888015c6ce7b22bc52597505c0f04d8\nAuthor:      Adam Baldwin\nEmail:       evilpacket@gmail.com\nDate:        2019-11-12T00:29:19Z\nFingerprint: 9fd86d0f8888015c6ce7b22bc52597505c0f04d8:.npmrc:generic-api-key:6\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9fd86d0f8888015c6ce7b22bc52597505c0f04d8/.npmrc#L6\n\nFinding:     api_key: 3b6311afca5bd8aac647b316704e9c6d\nSecret:      3b6311afca5bd8aac647b316704e9c6d\nRuleID:      generic-api-key\nEntropy:     3.718139\nFile:        cloud/.tugboat\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.tugboat:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.tugboat#L4\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/config.json\nLine:        5\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/config.json:generic-api-key:5\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/config.json#L5\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/config.json\nLine:        9\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/config.json:generic-api-key:9\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/config.json#L9\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/.dockercfg\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/.dockercfg:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/.dockercfg#L4\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/.dockercfg\nLine:        8\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/.dockercfg:generic-api-key:8\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/.dockercfg#L8\n\nFinding:     aws_secret_access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.credentials\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.credentials:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.credentials#L4\n\nFinding:     aws_secret_access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.credentials\nLine:        7\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.credentials:generic-api-key:7\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.credentials#L7\n\nFinding:     secret_key_base: e0ec946fcefea5ce0d4d924f3c8db11dffeb7d10b320a69133c47a9641ab7d204d22c94f10c1ce1e187c643805fec5b2d2ba...\nSecret:      e0ec946fcefea5ce0d4d924f3c8db11dffeb7d10b320a69133c47a9641ab7d204d22c94f10c1ce1e187c643805fec5b2d2ba...\nRuleID:      generic-api-key\nEntropy:     3.922094\nFile:        web/ruby/secrets.yml\nLine:        14\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:web/ruby/secrets.yml:generic-api-key:14\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/web/ruby/secrets.yml#L14\n\nFinding:     secret_key_base: 96dc2e349b1236b9e5915f1526b5e28e19a6557a88026007632c6c11da7cb5952ae55c520eb0d6fa78b972cbe8e855887f53...\nSecret:      96dc2e349b1236b9e5915f1526b5e28e19a6557a88026007632c6c11da7cb5952ae55c520eb0d6fa78b972cbe8e855887f53...\nRuleID:      generic-api-key\nEntropy:     3.848557\nFile:        web/ruby/secrets.yml\nLine:        17\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:web/ruby/secrets.yml:generic-api-key:17\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/web/ruby/secrets.yml#L17\n\nFinding:     ...ment.\nproduction:\n  secret_key_base: 8969518770d7484053e72f09c7bd37995d79c320e618ce3ec7a44b7c43fafff1615622a01513789bff7ac7a5201c6382bb68...\nSecret:      8969518770d7484053e72f09c7bd37995d79c320e618ce3ec7a44b7c43fafff1615622a01513789bff7ac7a5201c6382bb68...\nRuleID:      generic-api-key\nEntropy:     3.944884\nFile:        web/ruby/secrets.yml\nLine:        22\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:web/ruby/secrets.yml:generic-api-key:22\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/web/ruby/secrets.yml#L22\n\nFinding:     export AWS_SECRET_ACCESS_KEY=nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        .bash_profile\nLine:        12\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bash_profile:generic-api-key:12\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bash_profile#L12\n\nFinding:     export HOMEBREW_GITHUB_API_TOKEN='51e61afee2c2667123fc9ed160a0a20b330c8f74'\nSecret:      51e61afee2c2667123fc9ed160a0a20b330c8f74\nRuleID:      generic-api-key\nEntropy:     3.796439\nFile:        .bash_profile\nLine:        22\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bash_profile:generic-api-key:22\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bash_profile#L22\n\nFinding:     ...rt SLACK_API_TOKEN='xoxp-858723095049-581481478633-908968721956-f16b85d1f73ef37c02323bf3fd537ea5\nSecret:      xoxp-858723095049-581481478633-908968721956-f16b85d1f73ef37c02323bf3fd537ea5\nRuleID:      slack-user-token\nEntropy:     4.046948\nFile:        .bash_profile\nLine:        23\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bash_profile:slack-user-token:23\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bash_profile#L23\n\n9:58PM INF 21 commits scanned.\n9:58PM INF scanned ~96025 bytes (96.03 KB) in 215ms\n9:58PM WRN leaks found: 26\n\n❗ Found 26 secret(s) in the repository: leaky-repo1\n\nReport saved: test-repos\\leaky-repo1-gitleaks.csv\n\n🔬🔬🔬 [2/3] Scanning repository: leaky-repo2\n[i] Executing Gitleaks to generate a CSV report\ngitleaks git -v --exit-code 50 test-repos\\leaky-repo2 --report-format csv --report-path test-repos\\leaky-repo2-gitleaks.csv\n\n    ○\n    │╲\n    │ ○\n    ○ ░\n    ░    gitleaks\n\nFinding:     api_key: 3b6311afca5bd8aac647b316704e9c6d # Risk.\nSecret:      3b6311afca5bd8aac647b316704e9c6d\nRuleID:      generic-api-key\nEntropy:     3.718139\nFile:        cloud/.tugboat\nLine:        4\nCommit:      8c99112abc3f0aa2d8cc54bd8d459525f8c7cc9a\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2020-03-01T02:26:39Z\nFingerprint: 8c99112abc3f0aa2d8cc54bd8d459525f8c7cc9a:cloud/.tugboat:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/8c99112abc3f0aa2d8cc54bd8d459525f8c7cc9a/cloud/.tugboat#L4\n\nFinding:     oauth_token: \"7f9cc25de23d1a255720b0ae4551f4044d600f46\"\nSecret:      7f9cc25de23d1a255720b0ae4551f4044d600f46\nRuleID:      generic-api-key\nEntropy:     3.713461\nFile:        hub\nLine:        4\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:hub:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/hub#L4\n\nFinding:     secret_key = yLryKGwcGc3ez9G8YAnjeYMQOc # Sensitive\nSecret:      yLryKGwcGc3ez9G8YAnjeYMQOc\nRuleID:      generic-api-key\nEntropy:     4.103910\nFile:        cloud/.s3cfg\nLine:        1\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:cloud/.s3cfg:generic-api-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/cloud/.s3cfg#L1\n\nFinding:     access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX # Informative\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.s3cfg\nLine:        2\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:cloud/.s3cfg:generic-api-key:2\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/cloud/.s3cfg#L2\n\nFinding:     api_key: 3b6311afca5bd8aac647b316704e9c6d # Sensitive.\nSecret:      3b6311afca5bd8aac647b316704e9c6d\nRuleID:      generic-api-key\nEntropy:     3.718139\nFile:        cloud/.tugboat\nLine:        4\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:cloud/.tugboat:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/cloud/.tugboat#L4\n\nFinding:     \"HEROKU_API_KEY\": \"7a2f9a4289e530bef6dbf31f4cbf63d5\"\nSecret:      7a2f9a4289e530bef6dbf31f4cbf63d5\nRuleID:      generic-api-key\nEntropy:     3.840018\nFile:        cloud/heroku.json\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/heroku.json:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/heroku.json#L4\n\nFinding:     ...registry.npmjs.org/:_authToken=26dfe8d8-889b-4380-92ff-9c3c6ea5d930\nSecret:      26dfe8d8-889b-4380-92ff-9c3c6ea5d930\nRuleID:      generic-api-key\nEntropy:     3.728972\nFile:        .npmrc\nLine:        6\nCommit:      9fd86d0f8888015c6ce7b22bc52597505c0f04d8\nAuthor:      Adam Baldwin\nEmail:       evilpacket@gmail.com\nDate:        2019-11-12T00:29:19Z\nFingerprint: 9fd86d0f8888015c6ce7b22bc52597505c0f04d8:.npmrc:generic-api-key:6\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9fd86d0f8888015c6ce7b22bc52597505c0f04d8/.npmrc#L6\n\nFinding:     secret_key = yLryKGwcGc3ez9G8YAnjeYMQOc\nSecret:      yLryKGwcGc3ez9G8YAnjeYMQOc\nRuleID:      generic-api-key\nEntropy:     4.103910\nFile:        cloud/.s3cfg\nLine:        1\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.s3cfg:generic-api-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.s3cfg#L1\n\nFinding:     access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.s3cfg\nLine:        2\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.s3cfg:generic-api-key:2\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.s3cfg#L2\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/config.json\nLine:        5\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/config.json:generic-api-key:5\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/config.json#L5\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/config.json\nLine:        9\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/config.json:generic-api-key:9\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/config.json#L9\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/.dockercfg\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/.dockercfg:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/.dockercfg#L4\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/.dockercfg\nLine:        8\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/.dockercfg:generic-api-key:8\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/.dockercfg#L8\n\nFinding:     -----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAjosMtDUqbE1/8zxZac1t8fkh2SxGuMXHk9yxniyM2m76donW\nGcb...\nSecret:      -----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAjosMtDUqbE1/8zxZac1t8fkh2SxGuMXHk9yxniyM2m76donW\nGcb...\nRuleID:      private-key\nEntropy:     6.017279\nFile:        .ssh/id_rsa\nLine:        1\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.ssh/id_rsa:private-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.ssh/id_rsa#L1\n\nFinding:     api_key: 3b6311afca5bd8aac647b316704e9c6d\nSecret:      3b6311afca5bd8aac647b316704e9c6d\nRuleID:      generic-api-key\nEntropy:     3.718139\nFile:        cloud/.tugboat\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.tugboat:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.tugboat#L4\n\nFinding:     aws_secret_access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.credentials\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.credentials:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.credentials#L4\n\nFinding:     aws_secret_access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.credentials\nLine:        7\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.credentials:generic-api-key:7\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.credentials#L7\n\nFinding:     -----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDAbhr5Ivji3OE5\nNynIbnH...\nSecret:      -----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDAbhr5Ivji3OE5\nNynIbnH...\nRuleID:      private-key\nEntropy:     6.024437\nFile:        misc-keys/cert-key.pem\nLine:        1\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:misc-keys/cert-key.pem:private-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/misc-keys/cert-key.pem#L1-L28\n\nFinding:     export MAILCHIMP_API_KEY=\"38c47f19e349153fa963bb3b3212fe8e-us11\"\nSecret:      38c47f19e349153fa963bb3b3212fe8e-us11\nRuleID:      mailchimp-api-key\nEntropy:     3.800292\nFile:        .bashrc\nLine:        106\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bashrc:mailchimp-api-key:106\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bashrc#L106\n\nFinding:     export JEKYLL_GITHUB_TOKEN=\"c77e01c1e89682e4d4b94a059a7fd2b37ab326ed\"\nSecret:      c77e01c1e89682e4d4b94a059a7fd2b37ab326ed\nRuleID:      generic-api-key\nEntropy:     3.908695\nFile:        .bashrc\nLine:        109\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bashrc:generic-api-key:109\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bashrc#L109\n\nFinding:     export AWS_SECRET_ACCESS_KEY=nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        .bash_profile\nLine:        12\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bash_profile:generic-api-key:12\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bash_profile#L12\n\nFinding:     export HOMEBREW_GITHUB_API_TOKEN='51e61afee2c2667123fc9ed160a0a20b330c8f74'\nSecret:      51e61afee2c2667123fc9ed160a0a20b330c8f74\nRuleID:      generic-api-key\nEntropy:     3.796439\nFile:        .bash_profile\nLine:        22\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bash_profile:generic-api-key:22\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bash_profile#L22\n\nFinding:     ...rt SLACK_API_TOKEN='xoxp-858723095049-581481478633-908968721956-f16b85d1f73ef37c02323bf3fd537ea5\nSecret:      xoxp-858723095049-581481478633-908968721956-f16b85d1f73ef37c02323bf3fd537ea5\nRuleID:      slack-user-token\nEntropy:     4.046948\nFile:        .bash_profile\nLine:        23\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bash_profile:slack-user-token:23\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bash_profile#L23\n\nFinding:     secret_key_base: e0ec946fcefea5ce0d4d924f3c8db11dffeb7d10b320a69133c47a9641ab7d204d22c94f10c1ce1e187c643805fec5b2d2ba...\nSecret:      e0ec946fcefea5ce0d4d924f3c8db11dffeb7d10b320a69133c47a9641ab7d204d22c94f10c1ce1e187c643805fec5b2d2ba...\nRuleID:      generic-api-key\nEntropy:     3.922094\nFile:        web/ruby/secrets.yml\nLine:        14\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:web/ruby/secrets.yml:generic-api-key:14\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/web/ruby/secrets.yml#L14\n\nFinding:     secret_key_base: 96dc2e349b1236b9e5915f1526b5e28e19a6557a88026007632c6c11da7cb5952ae55c520eb0d6fa78b972cbe8e855887f53...\nSecret:      96dc2e349b1236b9e5915f1526b5e28e19a6557a88026007632c6c11da7cb5952ae55c520eb0d6fa78b972cbe8e855887f53...\nRuleID:      generic-api-key\nEntropy:     3.848557\nFile:        web/ruby/secrets.yml\nLine:        17\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:web/ruby/secrets.yml:generic-api-key:17\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/web/ruby/secrets.yml#L17\n\nFinding:     ...ment.\nproduction:\n  secret_key_base: 8969518770d7484053e72f09c7bd37995d79c320e618ce3ec7a44b7c43fafff1615622a01513789bff7ac7a5201c6382bb68...\nSecret:      8969518770d7484053e72f09c7bd37995d79c320e618ce3ec7a44b7c43fafff1615622a01513789bff7ac7a5201c6382bb68...\nRuleID:      generic-api-key\nEntropy:     3.944884\nFile:        web/ruby/secrets.yml\nLine:        22\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:web/ruby/secrets.yml:generic-api-key:22\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/web/ruby/secrets.yml#L22\n\n9:58PM INF 21 commits scanned.\n9:58PM INF scanned ~96025 bytes (96.03 KB) in 189ms\n9:58PM WRN leaks found: 26\n\n❗ Found 26 secret(s) in the repository: leaky-repo2\n\nReport saved: test-repos\\leaky-repo2-gitleaks.csv\n\n🔬🔬🔬 [3/3] Scanning repository: leaky-repo3\n[i] Executing Gitleaks to generate a CSV report\ngitleaks git -v --exit-code 50 test-repos\\leaky-repo3 --report-format csv --report-path test-repos\\leaky-repo3-gitleaks.csv\n\n    ○\n    │╲\n    │ ○\n    ○ ░\n    ░    gitleaks\n\nFinding:     oauth_token: \"7f9cc25de23d1a255720b0ae4551f4044d600f46\"\nSecret:      7f9cc25de23d1a255720b0ae4551f4044d600f46\nRuleID:      generic-api-key\nEntropy:     3.713461\nFile:        hub\nLine:        4\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:hub:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/hub#L4\n\nFinding:     secret_key = yLryKGwcGc3ez9G8YAnjeYMQOc # Sensitive\nSecret:      yLryKGwcGc3ez9G8YAnjeYMQOc\nRuleID:      generic-api-key\nEntropy:     4.103910\nFile:        cloud/.s3cfg\nLine:        1\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:cloud/.s3cfg:generic-api-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/cloud/.s3cfg#L1\n\nFinding:     access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX # Informative\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.s3cfg\nLine:        2\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:cloud/.s3cfg:generic-api-key:2\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/cloud/.s3cfg#L2\n\nFinding:     api_key: 3b6311afca5bd8aac647b316704e9c6d # Sensitive.\nSecret:      3b6311afca5bd8aac647b316704e9c6d\nRuleID:      generic-api-key\nEntropy:     3.718139\nFile:        cloud/.tugboat\nLine:        4\nCommit:      9f1468c79df2cf13c66041692ca7f044a27a874b\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-15T00:28:47Z\nFingerprint: 9f1468c79df2cf13c66041692ca7f044a27a874b:cloud/.tugboat:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9f1468c79df2cf13c66041692ca7f044a27a874b/cloud/.tugboat#L4\n\nFinding:     api_key: 3b6311afca5bd8aac647b316704e9c6d # Risk.\nSecret:      3b6311afca5bd8aac647b316704e9c6d\nRuleID:      generic-api-key\nEntropy:     3.718139\nFile:        cloud/.tugboat\nLine:        4\nCommit:      8c99112abc3f0aa2d8cc54bd8d459525f8c7cc9a\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2020-03-01T02:26:39Z\nFingerprint: 8c99112abc3f0aa2d8cc54bd8d459525f8c7cc9a:cloud/.tugboat:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/8c99112abc3f0aa2d8cc54bd8d459525f8c7cc9a/cloud/.tugboat#L4\n\nFinding:     api_key: 3b6311afca5bd8aac647b316704e9c6d\nSecret:      3b6311afca5bd8aac647b316704e9c6d\nRuleID:      generic-api-key\nEntropy:     3.718139\nFile:        cloud/.tugboat\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.tugboat:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.tugboat#L4\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/.dockercfg\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/.dockercfg:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/.dockercfg#L4\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/.dockercfg\nLine:        8\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/.dockercfg:generic-api-key:8\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/.dockercfg#L8\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/config.json\nLine:        5\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/config.json:generic-api-key:5\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/config.json#L5\n\nFinding:     \"auth\": \"X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\"\nSecret:      X3Rva2VuOjEyMzQuMThqZjg0MWZrbDQwYU90dTNrLXdCbDVuaThDM2Q0QVh0QjM2V2VqZzM4MDA2WlR5TDhUOWg5VXgrWWwzdTNV...\nRuleID:      generic-api-key\nEntropy:     4.987430\nFile:        .docker/config.json\nLine:        9\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.docker/config.json:generic-api-key:9\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.docker/config.json#L9\n\nFinding:     \"HEROKU_API_KEY\": \"7a2f9a4289e530bef6dbf31f4cbf63d5\"\nSecret:      7a2f9a4289e530bef6dbf31f4cbf63d5\nRuleID:      generic-api-key\nEntropy:     3.840018\nFile:        cloud/heroku.json\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/heroku.json:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/heroku.json#L4\n\nFinding:     -----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAjosMtDUqbE1/8zxZac1t8fkh2SxGuMXHk9yxniyM2m76donW\nGcb...\nSecret:      -----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAjosMtDUqbE1/8zxZac1t8fkh2SxGuMXHk9yxniyM2m76donW\nGcb...\nRuleID:      private-key\nEntropy:     6.017279\nFile:        .ssh/id_rsa\nLine:        1\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.ssh/id_rsa:private-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.ssh/id_rsa#L1\n\nFinding:     -----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDAbhr5Ivji3OE5\nNynIbnH...\nSecret:      -----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDAbhr5Ivji3OE5\nNynIbnH...\nRuleID:      private-key\nEntropy:     6.024437\nFile:        misc-keys/cert-key.pem\nLine:        1\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:misc-keys/cert-key.pem:private-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/misc-keys/cert-key.pem#L1-L28\n\nFinding:     ...registry.npmjs.org/:_authToken=26dfe8d8-889b-4380-92ff-9c3c6ea5d930\nSecret:      26dfe8d8-889b-4380-92ff-9c3c6ea5d930\nRuleID:      generic-api-key\nEntropy:     3.728972\nFile:        .npmrc\nLine:        6\nCommit:      9fd86d0f8888015c6ce7b22bc52597505c0f04d8\nAuthor:      Adam Baldwin\nEmail:       evilpacket@gmail.com\nDate:        2019-11-12T00:29:19Z\nFingerprint: 9fd86d0f8888015c6ce7b22bc52597505c0f04d8:.npmrc:generic-api-key:6\nLink:        https://github.com/Plazmaz/leaky-repo/blob/9fd86d0f8888015c6ce7b22bc52597505c0f04d8/.npmrc#L6\n\nFinding:     aws_secret_access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.credentials\nLine:        4\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.credentials:generic-api-key:4\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.credentials#L4\n\nFinding:     aws_secret_access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.credentials\nLine:        7\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.credentials:generic-api-key:7\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.credentials#L7\n\nFinding:     secret_key = yLryKGwcGc3ez9G8YAnjeYMQOc\nSecret:      yLryKGwcGc3ez9G8YAnjeYMQOc\nRuleID:      generic-api-key\nEntropy:     4.103910\nFile:        cloud/.s3cfg\nLine:        1\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.s3cfg:generic-api-key:1\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.s3cfg#L1\n\nFinding:     access_key = nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        cloud/.s3cfg\nLine:        2\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:cloud/.s3cfg:generic-api-key:2\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/cloud/.s3cfg#L2\n\nFinding:     export MAILCHIMP_API_KEY=\"38c47f19e349153fa963bb3b3212fe8e-us11\"\nSecret:      38c47f19e349153fa963bb3b3212fe8e-us11\nRuleID:      mailchimp-api-key\nEntropy:     3.800292\nFile:        .bashrc\nLine:        106\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bashrc:mailchimp-api-key:106\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bashrc#L106\n\nFinding:     export JEKYLL_GITHUB_TOKEN=\"c77e01c1e89682e4d4b94a059a7fd2b37ab326ed\"\nSecret:      c77e01c1e89682e4d4b94a059a7fd2b37ab326ed\nRuleID:      generic-api-key\nEntropy:     3.908695\nFile:        .bashrc\nLine:        109\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bashrc:generic-api-key:109\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bashrc#L109\n\nFinding:     secret_key_base: e0ec946fcefea5ce0d4d924f3c8db11dffeb7d10b320a69133c47a9641ab7d204d22c94f10c1ce1e187c643805fec5b2d2ba...\nSecret:      e0ec946fcefea5ce0d4d924f3c8db11dffeb7d10b320a69133c47a9641ab7d204d22c94f10c1ce1e187c643805fec5b2d2ba...\nRuleID:      generic-api-key\nEntropy:     3.922094\nFile:        web/ruby/secrets.yml\nLine:        14\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:web/ruby/secrets.yml:generic-api-key:14\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/web/ruby/secrets.yml#L14\n\nFinding:     secret_key_base: 96dc2e349b1236b9e5915f1526b5e28e19a6557a88026007632c6c11da7cb5952ae55c520eb0d6fa78b972cbe8e855887f53...\nSecret:      96dc2e349b1236b9e5915f1526b5e28e19a6557a88026007632c6c11da7cb5952ae55c520eb0d6fa78b972cbe8e855887f53...\nRuleID:      generic-api-key\nEntropy:     3.848557\nFile:        web/ruby/secrets.yml\nLine:        17\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:web/ruby/secrets.yml:generic-api-key:17\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/web/ruby/secrets.yml#L17\n\nFinding:     ...ment.\nproduction:\n  secret_key_base: 8969518770d7484053e72f09c7bd37995d79c320e618ce3ec7a44b7c43fafff1615622a01513789bff7ac7a5201c6382bb68...\nSecret:      8969518770d7484053e72f09c7bd37995d79c320e618ce3ec7a44b7c43fafff1615622a01513789bff7ac7a5201c6382bb68...\nRuleID:      generic-api-key\nEntropy:     3.944884\nFile:        web/ruby/secrets.yml\nLine:        22\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:web/ruby/secrets.yml:generic-api-key:22\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/web/ruby/secrets.yml#L22\n\nFinding:     ...rt SLACK_API_TOKEN='xoxp-858723095049-581481478633-908968721956-f16b85d1f73ef37c02323bf3fd537ea5\nSecret:      xoxp-858723095049-581481478633-908968721956-f16b85d1f73ef37c02323bf3fd537ea5\nRuleID:      slack-user-token\nEntropy:     4.046948\nFile:        .bash_profile\nLine:        23\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bash_profile:slack-user-token:23\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bash_profile#L23\n\nFinding:     export AWS_SECRET_ACCESS_KEY=nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nSecret:      nAH2VzKrMrRjySLlt8HCdFU3tM2TUuUZgh39NX\nRuleID:      generic-api-key\nEntropy:     4.807009\nFile:        .bash_profile\nLine:        12\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bash_profile:generic-api-key:12\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bash_profile#L12\n\nFinding:     export HOMEBREW_GITHUB_API_TOKEN='51e61afee2c2667123fc9ed160a0a20b330c8f74'\nSecret:      51e61afee2c2667123fc9ed160a0a20b330c8f74\nRuleID:      generic-api-key\nEntropy:     3.796439\nFile:        .bash_profile\nLine:        22\nCommit:      903a9caba59d2514ca1aab7129fece6be3b9b849\nAuthor:      Dylan Katz\nEmail:       git@dylankatz.com\nDate:        2019-11-07T05:56:54Z\nFingerprint: 903a9caba59d2514ca1aab7129fece6be3b9b849:.bash_profile:generic-api-key:22\nLink:        https://github.com/Plazmaz/leaky-repo/blob/903a9caba59d2514ca1aab7129fece6be3b9b849/.bash_profile#L22\n\n9:58PM INF 21 commits scanned.\n9:58PM INF scanned ~96025 bytes (96.03 KB) in 227ms\n9:58PM WRN leaks found: 26\n\n❗ Found 26 secret(s) in the repository: leaky-repo3\n\nReport saved: test-repos\\leaky-repo3-gitleaks.csv\n\n                 ╔═════════════════════════╗\n                 ║       SCAN SUMMARY      ║\n                 ╚═════════════════════════╝\n\n             Scan  started:    2025-09-05 21:58:19\n             Scan finished:    2025-09-05 21:58:21\n             Scan duration:    1s ⌛\n\n      Repositories scanned:    3 📂📂📂\n Repositories with secrets:    3 ✖️✖️✖️\n       Total secrets found:   78 ❌❌❌❌❌❌❌❌❌❌❌❌❌❌❌\n\n      All results saved to:    test-repos\n Complete log available at:    test-repos\\mass-gitleaks-scan-result-20250905_215819.txt\n\n```\n\n![Report files](example-run.png)\n![Report files - CSV](example-csv.png)\n\n## 🛡️ USE RESPONSIBLY\nThis tool is designed for authorized security testing and code auditing only.\n\nThe developer is not liable for any damages or misuse that may result from using this tool.\n\nYou have to accept this term to use or distribute this software.\n\n## 🗯️ GET INVOLVED\n\nFound a bug? Have a feature idea?\n\n→ [Submit an issue](https://github.com/vizzdoom/massgitleaks/issues/new/choose)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**Made with ❤️ for the pentesting and security community**\n\n*Star ⭐ this repo if `massgitleaks` helped you discover secrets faster!*\n\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvizzdoom%2Fmassgitleaks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvizzdoom%2Fmassgitleaks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvizzdoom%2Fmassgitleaks/lists"}