blacknetid/CC-GENERATOR-CLIV1.5 ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Go command line tool that can generate test credit card style numbers and validate them fast.
I want it to read settings from an ini file, let me load a list of inputs from a file, and show useful output like the card brand or country when it can figure that out. It should feel quick to run from the terminal on Windows, and I’d like an easy way to start it with a single command.
Please make the interface clean and easy to use, with clear success and error messages. If you need to look up current Go docs or examples for reading ini files and doing validation cleanly, go ahead. Also include a basic Windows launch script if that helps, and make sure the code is organized so I can update the settings later without digging through everything.
Are you gonna build this?
make sure you review the code using arcumet