IvanGlinkin/Fast-Google-Dorks-Scan — reverse-engineered prompt
Reverse engineered prompt
Build me a simple command line tool that takes a domain like example.com and automatically runs a fast Google dorks scan against it. I want it to gather useful public info about that site, especially common admin panel URLs, exposed file types, and possible path traversal related pages, then print the findings clearly and also save them to an outputs folder.
Keep it very easy to run, ideally just one script command with the domain, and also support an optional proxy IP and port if I pass them in. It should work nicely on Kali, but also include a Docker option so someone can build the image and run the scan without messing with local setup.
Make the scan feel fully automated, with sensible defaults from a config file if needed. If the current Google query behavior or anything else needs updating, look up current docs online and make it work end to end.
Want more depth? Deep Reverse