CybernetiX-S3C/E-ntel ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool that takes a domain or an email address and tries to find public information about it. I want it to search a few public sources like search engines, PGP key servers, and Shodan, then show useful details such as IP address, hostname, country, city, ISP, organization, ASN, and open ports when available. It should also be able to check whether an email has appeared in known breaches using a hacked emails style API and print the leak name, date, and a link to the source. Make the output easy to read in the terminal, with a verbose mode for more detail. I also want basic help text and flags for choosing the source, checking a breach, and looking up either a whole domain or one email. If you need to, look up current docs online for the public APIs.
Are you gonna build this?
make sure you review the code using coderabbit