wifi-deauth icon indicating copy to clipboard operation
wifi-deauth copied to clipboard

simultaneous attack on multiple targets

Open AlsaceTang opened this issue 1 year ago • 1 comments

May I ask if this program can simultaneously attack the WiFi of multiple projects?

AlsaceTang avatar Mar 12 '24 08:03 AlsaceTang

Hi!

This program uses your network interface (which can only operate on one channel at a time), and the program is currently programmed to attack one target.

You can, however, use several network interfaces, and run a de-auther on each of those interfaces simultaneously. (each one is a different process)

From the readme:

IMPORTANT
In some occasions, network APs might operate on both 5GHz and 2.4GHz under the same BSSID name.
In order to truly bring the AP down, I usually run simultaneously two de-authers using 2 network interfaces: one for 2.4GHz and one for 5GHz.

flashnuke avatar Mar 21 '24 13:03 flashnuke