dougy147/mcbash ? reverse-engineered prompt
Reverse engineered prompt
Build me a friendly command line MAC scanner in shell that can check a server URL or IP and test lots of MAC addresses automatically.
I want it to support scanning from a random MAC range or from a file of MACs, and also let me scan sequentially between a start and end MAC. It should have simple options for waiting between requests, pausing after a set number of checks, stopping after a limit, and timing out slow requests. I also need proxy support, including a single proxy with login details and a proxy list file that can rotate when one fails.
Please add a way to save matching MACs, keep expired ones if I choose, and only print the MACs when I want that. It should also support filtering results by genre text or regex, and checking whether streams are actually playable if ffprobe is available. Make it easy to configure defaults from a config file and include help text that makes the options understandable. If you need to look up current shell best practices or docs online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit