KickThemOut
Today I would like to explain a very
handy little tool I use from time to time. It is called "kickthemout"
and was developed by k4m4. This tool will allow you to kick other users
out of the network you are in. For the more advanced users it is a basic
deauth attack just with a nice interface and some extra features.
Before we start. This tutorial is for educational purpose only and should only be done in your own network.
First of what do you need for this
Tutorial? We will need an up to date version of Kali Linux (PC or
Virtual Machine). I will be using a Virtualbox. If you need help with
getting a VM setup there are plenty tutorials on this forum and on
youtube
Step1: Getting kickthemout from github.
Open a terminal window and type in this:
Code:
git clone https://github.com/k4m4/kickthemout.git
After the download is finished move to the file directory with:
Code:
cd kickthemout/
Now we install all the requirements needed to work with this tool:
Code:
pip install -r requirements.txt
Step2: run kickthemout
Now after we installed everything we going to run this tool with:
Often this can take a bit to load.
If you get the error (Gateway could not be obtained) you just need to enter the gateway of your router manually.
Code:
python kickthemout.py
If you get the error (Gateway could not be obtained) you just need to enter the gateway of your router manually.
Step3: Using kickthemout
If you did all the steps correctly you should end up with a window that should look like this:
![[Image: eab3641ceee97bc5ad8fc53928c07a9e.png]](https://i.gyazo.com/eab3641ceee97bc5ad8fc53928c07a9e.png)
Here is video tutorial for this.
The interface shows which gateway you are
on and how many hosts it can see as up running. In my case there are 5
(The router, the PC I am using, phone, tablet and another PC). now with
using the numbers 1,2,3 you can decided if you want to kick just you
multiple or all users of the network. If you just want to kick one or
multiple be careful to pick the correct ones and not yourself or the
router. If you have any problems with the steps or cant follow just post
down below and I will most likely be able to help you.
Comments
Post a Comment