alpkeskin/mosint — reverse-engineered prompt
Reverse engineered prompt
Build me a lightweight command line email investigation tool for security research. I want to type in an email address and have it quickly gather useful public information in one clean report, only for emails I’m allowed to check.
It should validate the email, look for related domains and other emails, check whether it appears in breach or password leak sources, search for paste dump mentions, look for linked social media clues, run basic Google style lookup, and show DNS and IP information when there is a domain involved. Make the results easy to read in the terminal, and also let me save everything as a JSON file.
Add a simple config file where I can put API keys for services that need them, with a clear example config. Include help text, sensible errors when keys are missing, and Docker support so I can run it without much setup. Use Go, keep it fast and simple, and look up current service docs online if needed.
Want more depth? Deep Reverse