woj-ciech/Danger-zone — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool for OSINT research that helps connect the dots between an email address, a domain, and an IP address.
I want to start with any one of those, then have the tool look up related domains, emails, IPs, Whois details, reputation data, old website snapshots, username matches, breach mentions, and basic IP location where possible. It should keep following related results a couple levels deep so the output stays readable.
Please show a clear colored console report, save the raw findings into JSON files, and create a graph image that shows how everything is connected. Also add an optional Elasticsearch output mode, with settings for the host, port, and API keys for services like VirusTotal and Whoxy. Handle rate limits gracefully, especially VirusTotal, and do not crash if an API is missing or returns nothing.
Include simple help text and examples for checking an email, domain, or IP. Look up current docs online if you need to.
Want more depth? Deep Reverse