{"id":37179481,"url":"https://github.com/jibbscript/dbminer-multi","last_synced_at":"2026-01-14T20:53:12.587Z","repository":{"id":267570138,"uuid":"901274383","full_name":"Jibbscript/dbminer-multi","owner":"Jibbscript","description":"Toy Database Pillager cli tool in Go for use in post-exploitation reconnaissance and data pilfering","archived":false,"fork":false,"pushed_at":"2024-12-14T01:58:04.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-24T07:46:43.210Z","etag":null,"topics":["ctf-tools","cybersecurity","database-schema","offensive-security","redteam-tools","security-tools","system-programming"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Jibbscript.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}},"created_at":"2024-12-10T11:05:47.000Z","updated_at":"2024-12-14T01:58:42.000Z","dependencies_parsed_at":"2024-12-11T05:27:16.056Z","dependency_job_id":"27026481-adb4-48fb-a957-e13f25d94a31","html_url":"https://github.com/Jibbscript/dbminer-multi","commit_stats":null,"previous_names":["jibbscript/dbminer-multi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jibbscript/dbminer-multi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jibbscript%2Fdbminer-multi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jibbscript%2Fdbminer-multi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jibbscript%2Fdbminer-multi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jibbscript%2Fdbminer-multi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jibbscript","download_url":"https://codeload.github.com/Jibbscript/dbminer-multi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jibbscript%2Fdbminer-multi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ctf-tools","cybersecurity","database-schema","offensive-security","redteam-tools","security-tools","system-programming"],"created_at":"2026-01-14T20:53:11.957Z","updated_at":"2026-01-14T20:53:12.570Z","avatar_url":"https://github.com/Jibbscript.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBMiner Multi\n\nA post-exploitation tool designed to scan local database instances for sensitive data patterns including credit card details, SSNs, and other compliance-critical PII data.\n\n## Features\n\n- Interface-driven design for consistent behavior across different database backends\n- Currently supports:\n  - MongoDB\n  - MySQL\n- Pattern matching for sensitive data fields including:\n  - Social Security Numbers\n  - Credit Card Numbers\n  - Passwords\n  - Security/Authentication data\n  - Address information\n  - PII data fields\n\n## Installation\n\nRequires Go 1.23.0 or higher.\n\n## Usage\n\n### MongoDB Scanner\n\nExample:\n```bash\ngo run ./mongo/main.go localhost\n```\n\n### MySQL Scanner\n\nExample:\n```bash\ngo run ./mysql/main.go localhost\n```\n\n## Architecture\n\nThe project uses a modular architecture based on Go interfaces to ensure consistent behavior across different database implementations:\n\n1. Core Interface (`dbminer.DatabaseMiner`):\n   - Defines common schema inspection methods\n   - Provides unified search functionality\n   - Implements regex-based pattern matching\n\n2. Database-Specific Implementations:\n   - Each database type implements the DatabaseMiner interface\n   - Handles connection management\n   - Provides schema extraction logic specific to the database\n\n\n## Pattern Detection\n\nThe scanner looks for common field names that might contain sensitive data:\n\n- Social Security related fields\n- Password/security fields\n- Credit card related data (numbers, CVV, expiration)\n- Address information (city, state, zip)\n\n## Development\n\nTo add support for a new database type:\n\n1. Create a new package for the database\n2. Implement the DatabaseMiner interface\n3. Provide database-specific connection and schema extraction logic\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a new Pull Request\n\n## Security Notice\n\nThis tool is intended for authorized security testing and educational purposes only. Unauthorized database scanning or data extraction may violate applicable laws and regulations.\n\n## Disclaimer\n\nThis tool is provided for educational and authorized testing purposes only. Users are responsible for ensuring compliance with applicable laws and regulations when using this tool.\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjibbscript%2Fdbminer-multi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjibbscript%2Fdbminer-multi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjibbscript%2Fdbminer-multi/lists"}