Airgorah: Linux WiFi Security Auditing Tool Installation and Features

Contents hide

About Airgorah

Airgorah is a powerful WiFi security auditing tool that can easily discover and identify clients connected to a wireless access point. It can perform deauthentication attack tests on specific clients, capture WPA handshake packets, and attempt to crack the access point’s password. With the help of this tool, researchers can test and verify the security of wireless access points and clients.

Airgorah />

This tool is developed based on Rust, the graphical interface uses GTK4, and the functional core is implemented with aircrack-ng.

Tool Requirements

The current version of Airgorah only runs on Linux operating systems and requires root privileges.

In addition, the device’s wireless network card must support monitor mode and packet injection capabilities.

Tool Installation

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Airgorah Release Version

Researchers can directly visit https://github.com/martin-olivier/airgorah/releases/tag/v0.7.1 to download the latest precompiled version of Airgorah.

The current version of Airgorah supports Debian, RedHat, and Arch Linux operating systems and supports x86_64 and aarch64 architectures.

The following command can be used to check the architecture of the operating system:

uname -i

We also need to download the tool package for the corresponding operating system/architecture and install it.

Debian:

sudo apt update && sudo apt install ~/Downloads/airgorah_X.X.X_arch.deb

Fedora:

sudo dnf update && sudo dnf install ~/Downloads/airgorah_X.X.X_arch.rpmArch Linux:
sudo pacman -Syu && sudo pacman -U ~/Downloads/airgorah_X.X.X_arch.pkg.tar.zstSource Installation

First, we need to install Cargo, the official Rust compiler:

curl https://sh.rustup.rs -sSf | sh

Then install the build dependency components.

Debian:

sudo apt install build-essential libgtk-4-dev libglib2.0-dev ruby ruby-dev rubygems rpm libarchive-tools

Fedora:

sudo dnf install git gcc gtk4-devel glib2-devel ruby-devel rpm-build

Arch Linux:

sudo pacman -S git base-devel gtk4 glib2 ruby rpm-tools

Then install fpm to generate code packages:

sudo gem install fpm

Then clone the project code and switch to the project directory:

git clone https://github.com/martin-olivier/airgorah.gitcd airgorah

Run the build command:

cargo build --release

After completion, we can start creating Airgorah packages for different operating systems.

Debian:

fpm -t deb -p airgorah.deb --architecture native \--depends policykit-1 \--depends "libgtk-4-1 (>= 4.6.0)" \--depends dbus-x11 \--depends wireshark-common \--depends iproute2 \--depends mdk4 \--depends crunch

Fedora:

fpm -t rpm -p airgorah.rpm --architecture native \--depends polkit \--depends "gtk4-devel >= 4.6.0" \--depends dbus-x11 \--depends wireshark-cli \--depends iproute

Arch Linux:

fpm -t pacman -p airgorah.pkg.tar.zst --architecture native \--depends polkit \--depends "gtk4 (>= 4.6.0)" \--depends dbus \--depends wireshark-cli \--depends iproute2 \--depends mdk4

At this point, you will see a tool package generated in the current directory. Simply use a package manager to install it.

Tool Usage

After installation, you will find Airgorah in the list of applications:

Airgorah />

Or you can run Airgorah directly from the command line tool:

pkexec airgorah

Airgorah Interface Selection

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Airgorah Wireless Network List

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Airgorah WiFi List

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Client List

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Menu Bar

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Right Sidebar

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Deauthentication

Decrypt Handshake Packets

Please provide the text you would like me to rewrite while including the keyword “Airgorah.”

Settings Interface

License Agreement

This project is developed and released under the MIT open source license.

Project Address

Airgorah:

https://github.com/martin-olivier/airgorah