The tool is written fully in C++, and should be used on Linux (Ubuntu, Kali, Debian etc). The intention is to show how easy it is to connect to the network if it isn`t protected well enough
There are two ways: using a compiled release or building from the source code
The fast one (downloading the release):
1) Download the release files
2) Open Linux terminal and navigate to the directory with the extracted files
3) Set the main file as executable: chmod +x wifi_fast
3) Open the file normally: ./wifi_fast
Another way (downloading building from the source):
1) download wifi_fast.cpp
2) open the terminal, navigate to the file and build it using g++
3) open the compiled file: ./wifi_fast
4) Important: you will also need a simple downloader for the password list unless you have your own. You can you the one from the release or any other
If you have any ideas or faced some issues, feel free to share your thoughts - I might add new features in the future