MachineKillin/Ciper — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool for running a list of Google dorks and collecting the results into clean output files. I want it to open in Chrome, go slowly enough that it does not get blocked too fast, show clear live status logs in the terminal, and scrape results page by page until there is nothing left for that query. Make it easy to start with one script, and include any setup notes so someone can install Python, install the requirements, and run it without much hassle.
If Google throws a captcha or similar interruption, handle it in a practical way that keeps the workflow smooth, but keep the app focused on search parsing and result collection. Also make the interface feel polished for a terminal app, with readable progress and saved logs. If you need to check current docs online while building it, that is fine.
Want more depth? Deep Reverse