obheda12/GitDorker — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python command line tool for authorized security checks that searches GitHub for possible leaked secrets related to a company, domain, user, or org that I provide.

I want to give it one or more GitHub personal access tokens, a search query like a domain name, a file full of GitHub search patterns, and an output name. It should run the searches through the GitHub Search API, handle the 30 requests per minute limit politely, rotate between tokens if I provide more than one, and save a clean list of interesting GitHub results I can review later. Include a bundled folder of common search patterns and an option to use all of them.

Please make it simple to install with Python 3 requirements, include helpful command line help, and add a Docker option so I can run it without setting up much locally. Add clear wording that it’s only for owned assets or authorized testing.

Want more depth? Deep Reverse