Airgeddon is a multi-use bash script for Linux systems to wireless security testing. On this article i will explain how to install it and how to use it.

Airgeddon Features
Table of Contents
Airgeddon have a lot of features, here i will list a few of them:
- Evil Twin attacks (Rogue AP)
- WPS attacks
- PMKID Crack
- Enterprise networks attack
- WEP All-in-One attack
- Full support for 2.4Ghz and 5Ghz
- DoS over wireless networks
- WPA/WPA2 Cracking
Install Airgeddon
git clone --depth 1 https://github.com/v1s1t0r1sh3r3/airgeddon.git
cd airgeddon
Execute Airgeddon
sudo bash airgeddon.sh
Install Airgeddon Missing Dependencies
In order to use airgeddon functionalities s necessary to install some missing dependencies.
apt install isc-dhcp-server hostapd lighttpd bettercap
Install SSLstrip
git clone https://github.com/moxie0/sslstrip.git
sudo python setup.py install