Skip to content

Releases: devavijitsingh/Key-miners

[v1.0.0] - 2025-08-01 - Foundational Release

02 Aug 00:43
e1d6d6c

Choose a tag to compare

Changelog

[v1.0.0] - 2025-08-01 - Foundational Release

🚀 Initial Release

This is the first unstructured but functional release of the API Key Miner project.


✅ Features

  • 🔍 GitHub API Scraper
    Scrapes GitHub for leaked API keys using search queries and keyword matching.

  • 🔑 Multiple API Providers Supported
    Currently includes:

    • OpenAI
    • Slack
    • AWS
    • Google Gemini
    • Mailgun
    • More can be added by users.
  • 🧠 Dynamic Matcher Engine
    Detects and classifies the key type automatically (or with specific scripts).

  • 🔬 API Key Verifiers
    Includes testing scripts for verifying validity of mined keys.

  • 🧾 Storage Layers

    • Raw/mined keys
    • Verified keys
    • Backup JSONs
    • Logs for analysis

⚠ Limitations

  • No fixed file structure or module-level logic.
  • No CLI or GUI.
  • Testing, storing, and scraping are not linked in a proper flow yet.
  • Users must manually run scripts based on their use-case.

🛠 How to Contribute

This is the ground floor. Contribute if you can:

  • Organize folder/module structure
  • Add more API providers
  • Make a CLI or dashboard interface
  • Automate testing pipeline

🧪 Note

This version is functional but chaotic — use at your own understanding. Future versions will clean things up.