coffinxp/Gemini-api-key-hunter ? reverse-engineered prompt

Reverse engineered prompt

Build me a small toolkit for finding exposed Google Gemini API keys on websites, checking whether they actually work, and then using them in a simple browser chat app.

I want one part that can scan a single site or a list of targets, crawl linked JavaScript files, pull out any exposed API keys, and test which ones are active. It should also tell me what Gemini features each key can use, like text, image generation, voice, and video, and save the results to a file. A simple command line menu and a quiet mode would be nice too.

I also want a separate HTML page I can open locally in my browser with no server or backend. It should let me paste in a Gemini API key, log in, chat with different models, upload files, work with images, keep conversation history, and export chats. If you need to check current Gemini docs online while building it, go ahead.