DanMcInerney / wifijammer

Continuously jam all wifi clients/routers
3.99k stars 782 forks source link

allow to specify multiple target accesspoints (by bssid or essid) #60

Closed tintinweb closed 7 years ago

tintinweb commented 7 years ago

Allows to specify multiple targets by either bssid or essid. Selection by essid is way more handy than bssid. Here's an example to jam FreeWifi, UnitedCoffee and others:

tin@debian8:~/wifijammer$ sudo python wifijammer.py --accesspoint "FreeWifi" ff:53:cc:f2:8A:E3 ba:df:00:00:00:0d "UnitedCoffee" Starbucks

DanMcInerney commented 7 years ago

merged the other one.

tintinweb commented 7 years ago

@DanMcInerney this one is actually different from #61 as it allows to specify multiple target bssids or essids whereas #61 allows to specify bssids to skip. Plus it fixes an indentation. Would appreciate a merge. Thanks.

DanMcInerney commented 7 years ago

Can you fix the minor conflicts and I'll merge?

tintinweb commented 7 years ago

done 👍