wingerbijay/PhoneInfoga ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool that scans phone numbers for basic OSINT info. It should take a single number or a list of numbers, accept E164 or international format, and tell me things like whether the number looks valid, what country it’s from, the carrier, and the line type. I also want an OSINT mode that uses free public sources to look for extra clues like VoIP provider details or any footprints on search engines and public directories.
Make it easy to run from the terminal, with flags for input, output, choosing which scanner to use, and updating the tool or its data. If possible, let me scan many numbers at once and save the results to a file in a clean readable format. Keep it lightweight, practical, and focused on reconnaissance, and look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using arcumet