Wireless Attackswirelessauditbashnetworkwps

airgeddon

Multi-use bash script for Linux systems to audit wireless networks. Menu driven 3rd party tools wrapper with many features for wireless network auditing.

Description

airgeddon is a menu driven 3rd party tools wrapper designed to audit wireless networks on Linux systems. It provides a comprehensive suite of features for performing wireless security assessments. The tool integrates various underlying utilities to facilitate detailed examination of wireless network vulnerabilities.

Use cases include auditing the security of Wi-Fi networks, testing WPS protections, and conducting penetration tests on wireless infrastructure. It is particularly useful for security professionals evaluating wireless environments in controlled settings.

The script presents an interactive menu interface that simplifies the execution of complex wireless attack and analysis techniques, making it accessible for both novice and experienced auditors.

How It Works

airgeddon operates as a bash script wrapper that orchestrates multiple 3rd party tools for wireless auditing tasks. It provides a menu-driven interface to select and execute techniques such as WPS attacks on wireless networks. The script manages dependencies like aircrack-ng, iw, and tmux to handle monitor mode, packet capture, deauthentication, and other wireless protocols.

Installation

bash
sudo apt install airgeddon

Flags

-hDisplays the welcome message and help information for airgeddon v11.61

Examples

Shows the welcome screen and basic help for the airgeddon script
airgeddon -h
Launches the interactive menu-driven interface for wireless auditing
sudo airgeddon
Starts airgeddon as root to access full wireless auditing features
airgeddon
Installs airgeddon and its dependencies for wireless network auditing
apt install airgeddon
Attempts to display help information (based on -h usage pattern)
airgeddon --help
Executes help command in Kali Linux root environment as shown in documentation
root@kali:~# airgeddon -h
Updated 2026-04-16kali.org ↗