Im trying to run a deauth and keep receiving an error message but I cant seem to see where my mistake is?
aireplay-ng -deauth 0 -a (BSSID) wlan0mon
Anything helps, thanks
>Solution :
The most frustrating thing is it’s probably because you are missing another "-" before setting deauth to 0.
Use: aireplay-ng --deauth 0 -a (BSSID) wlan0mon
If it’s not, please post your error message so we can get a better idea.