QAircrack is a simple Qt4 frontend for Aircrack-ng (WEP only).
Cracking process is splitted into these steps:
1. Toggle monitor mode
2. list available APs
3. Choose AP and capture only from it
4. Fake authentication
5. Inyection
6. Get password
QAircrack GUI has one button for each of the previous steps so the user must click on button at a time in order to retrieve the password.
- Qt4 development libraries
- CMake
- Qt4 runtime libraries
- Aircrack-ng
git clone git@github.com:shoden/qaircrack.git
cd QAIRCRACK-SOURCES
mkdir build
cd build
cmake ..
make
make install (as root)
cd QAIRCRACK-SOURCES/build
make uninstall (as root)
qaircrack