WC (Wi-Fi Cracker) is a security audit tool used to check the strength of Wi-Fi passwords using a Raspberry Pi. It is able to tell if a WPA/WPA2 access point is using a weak passphrase by trying to guess it via dictionary-based attacks.
Enter src folder and run python3 cracker.py
with super user permissions.
You can add any dictionary to be used for password cracking by adding a file in the dictionaries folder having one word per line. The first line may start with a # followed by the description of the dictionary. This description is used inside the tool when choosing among distinct dictionaries.
A preview of the tool is shown below, or just take a look at the video on Youtube