sularhen/IFoundYou — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple command line tool called IFoundYou for Windows and Linux.

I want to be able to type something like ifoundyou followed by an IP address, domain, or full URL, and get back a clean readable report. The report should resolve DNS first, show the main IP, geolocation details like country region and city, provider and ASN info, and when it is an HTTPS target it should also show TLS certificate details like common name, issuer, and validity. Please include handy map links too.

It should also support a self mode so I can check my own public IP, a batch mode that reads targets from a text file, JSON output for automation, and the ability to save reports as either JSON or Markdown. I would also like an option to skip SSL checks and another to set a timeout.

Please make it easy to install and use from both PowerShell and Linux shells, including simple wrapper scripts that keep the old whereareyou feel. Add a few tests and basic release packaging too.

Want more depth? Deep Reverse