Cyber-Dioxide/Wifi-Brute ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python tool for my own lab network that checks a list of Wi Fi passwords against a test setup so I can see how strong my password list is.

I want it to let me choose a wordlist file, show nearby saved test networks if available, keep track of passwords it already tried, and save the results in plain text files so I can review them later. If there’s a default wordlist, use that when I don’t pass one in. Make it easy to run from the command line and include a help screen with basic usage examples.

Keep it lightweight and straightforward, and if you need to verify anything about current Python libraries or system commands, look up the latest docs online first.