fadidevv/keyhunter — reverse-engineered prompt
Reverse engineered prompt
Build me a fast Rust command line tool that scans all public GitHub repos for leaked API keys. I want it to support a lot of providers, especially OpenAI, Anthropic, Google AI, HuggingFace, AWS, Stripe, and other common AI, cloud, and payment services. It should let me add one or more GitHub tokens in a simple config file so scanning can run faster and avoid rate limits.
I want to scan a single provider or all providers, and I also want a way to verify whether the keys it finds are still active. Please make the search smart enough to look in any file, not just env files, and filter out obvious fake or example keys. The results should look clean in the terminal and also save automatically with timestamps in JSON, CSV, or table format.
Please include simple commands like scan, verify, and patterns, plus verbose logging, graceful stopping with Ctrl C, and a Docker option so I can run it without installing Rust. Look up current docs online if you need to.
Want more depth? Deep Reverse