Airgorah
can be used to audit a WiFi network by discovering the clients connected to it, performing deauth attacks against specific clients or all the clients connected to the network, or by cracking the password of the access point.
It is written in Rust and uses GTK4 bindings for the graphical part. The software is based on aircrack-ng tools suite.
⭐ Don't forget to put a star if you like the project!
⚠️ Airgorah is designed to be used in testing and discovering flaws in networks you are owner of. Performing attacks on WiFi networks you are not owner of is illegal in almost all countries. I am not responsible for whatever damage you may cause by using this software.
This software only works on linux
and requires root
privileges to run.
You will also need a wireless network card that supports monitor mode
and packet injection
.
You can find pre-built releases for Debian
based distributions here (Ubuntu, PopOS, Mint, Kali). You will just need to download the debian package and install it with the following command:
sudo apt install ~/Downloads/airgorah_0.4.0_amd64.deb
Otherwise, if you'd like to compile from source, you can follow this guide.
The documentation of this project are available on the wiki
This project is released under MIT license.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.