I have successfully used the aireplay-ng --deauth
attack on a network with a single access points, but when trying on a network with multiple access points (e.g. a network using Google WiFi) it doesn't seem to work. From what I understand, the device automatically switches the connection to another access point on the network.
How would one go about running an aireplay-ng --deauth
attack on a network with multiple access points? Please provide example code if possible.
I have attempted to deauth a specific client using the full aireplay-ng --deauth 1000000 -a [router MAC] -c [client MAC] mon0
. But from what I understand, you can only specify one access point, so when the client disconnects from that access point it automatically connects to another access point on the network.
Solution: Thanks for the help everyone! The thing is that they are not all on the same channel for some reason. The way I was able to accomplish it was to cycle through the three channels and also send out deauthentication to all three channels in a loop until it works.