RevoltSecurities/GoogleDorker — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool for ethical Google dorking that is useful for bug bounty and recon work. I want to be able to run one query, load a file full of queries, or pipe queries in through stdin, then optionally save results to an output file. It should feel fast and modern, with async processing, real time progress, and simple controls for concurrency, timeout, and delay so I can tune request volume.
Please make it work across major operating systems and support a YAML config file that stores one or more Google API key and custom search engine ID pairs, with a default config location in the user config folder and an option to pass a custom config path. Add support for an HTTP proxy, quiet and verbose modes, and a basic self update command.
I also want clear help output, easy installation, and a README that explains setup, especially how to get the Google API keys and CSE ID. Look up current Google Custom Search docs online if you need to.
Want more depth? Deep Reverse