aircrack-ng / mdk4

MDK4
GNU General Public License v3.0
642 stars 114 forks source link

Whitelist does not work properly #72

Open skiocink opened 3 years ago

skiocink commented 3 years ago

Hi to all, I'm trying to deauthorize all clients from a network but not one of these: mdk4 wlan2mon d -c 12 -B xx:xx:xx:xx:xx:xx -W yy:yy:yy:yy:yy:yy

the whitelist works, but the attack deauthorizes all clients of all the nearby networks. -B options seems to be ignored. Removing -W option, the -B option works perfectly

washeree commented 1 year ago

If you gonna kick everyone in a same network of course it doesn't work. With -B you are saying to mdk4 attack only to xx:xx:xx:xx:xx:xx . So you don't need a whitelist do you? :) If you add whitelist parameter ;

mdk4 wlan2mon d -c 12 -W yy:yy:yy:yy:yy:yy

It will attack all network except yy:yy:yy:yy:yy:yy MAC.

Please read document carefully about how to use.