Skip to content

shoden/qaircrack

Repository files navigation

QAircrack

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.

Screenshots

Alt text

Compilation dependencies

  • Qt4 development libraries
  • CMake

Runtime dependencies

  • Qt4 runtime libraries
  • Aircrack-ng

Download source code

git clone git@github.com:shoden/qaircrack.git

Install from source

cd QAIRCRACK-SOURCES

mkdir build

cd build

cmake ..

make

make install (as root)

Uninstall from source

cd QAIRCRACK-SOURCES/build

make uninstall (as root)

Run

qaircrack

Project page

https://github.com/shoden/qaircrack

About

Simple Qt frontend for Aircrack-ng (WEP only).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages