July 2015
Intermediate to advanced
164 pages
3h 27m
English
Wireless networks can be subjected to Denial of Service (DoS) attacks that target both the clients and the APs.
This kind of attack can be performed by sending broadcast deauthentication packets continuously to force disconnection and to prevent clients from reconnecting.
A tool to accomplish this task is aireplay-ng and the command is as follows:
aireplay-ng --deauth 0 -a 08:7A:4C:83:0C:E0 mon0

In this command, the 0 option means sending deauthentication packets continuously and only the MAC address of the AP is specified, with the -a option. We could also target single wireless clients, as we will see in Chapter 7, Wireless ...
Read now
Unlock full access