How to kick people off your wifi 2017 
Hello Viewers,

How To Kick People Device Out of Your Network As like wifi on Kali Linux 2016.2 
To day i'm going to show you how to install & use kickthemout.py script on our kali linux machine.
This script is useful if someone is using your wifi Without Your PERMISSION and because of some other reason you cannot directly ask them not to use your wifi or you cannot change your wifi password. 
Also you can play prank with your friends in their house.
This tutorial shows the way in which anyone can legally block other people from using their WiFi or internet connection 
through MAC address filtration setting in their router. 
Thus helping you in increasing your bandwidth and speed of your internet connection.

What is KickThemOut?
KickThemOut - Kick Devices Off Your Network
A tool to kick devices out of your network and enjoy all the bandwidth for yourself. 
It allows you to select specific or all devices and ARP spoofs them off your local area network.
Compatible with Python 2.6 & 2.7.


Download : https://github.com/k4m4/kickthemout


u can install this one to kalilinux by directly download it or clone it...

clonning the tool:-

git clone https://github.com/k4m4/kickthemout
cd kickthemout && ls
then install the requirements .txt using the following command
sudo pip install -r requirements.txt
chmod +x kickthemout.py
./kickthemout.py

thats  it ur done.....

Comments