khast3x/h8mail — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool for email breach and OSINT lookups, similar to h8mail.
I want to give it one email, a list of emails, a file, or a URL, and have it find email addresses, check them against breach and recon services, and optionally search local breach files too. It should support API keys through a config file or command line, and work with services like Have I Been Pwned, Hunter.io, Emailrep, Leak Lookup, Snusbase, Dehashed, and IntelX where possible.
Please include options to export results as CSV or JSON, hide passwords when needed, search normal text files and gzip files locally, do loose searches for names or domains, and chase related emails by adding them to the current search. Make the CLI help clear, make installation simple with pip, and include basic tests and a Dockerfile.
Look up current API docs online if you need to, and handle missing keys or failed services gracefully.
Want more depth? Deep Reverse