KickThemOut ~ Project

September 29, 2016
KickThemOut Logo

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 3+ 🎉.
  • Not compatible with Windows.

Authors: Nikolaos Kamarinakis & David Schütz.

The Idea

Don't you find it utterly frustrating when all you wanna do is sit back and enjoy a movie but you can't due to your 'laggy' network? Yeah, I feel you.

Impossible to happen when your brother, sister, mother, father and everyone else are connected on your network via all their devices.

KickThemOut ARP Spoofs devices in your Local Area Network killing their internet connectivity and therefore allowing you to relish all the network bandwidth for yourself.

Installation

Debian Installation

You can download KickThemOut by cloning the Git Repo and simply installing its requirements:

~ ❯❯❯ sudo apt-get update && sudo apt-get install nmap
~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git
~ ❯❯❯ cd kickthemout/
~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt
~/kickthemout ❯❯❯ sudo python3 kickthemout.py

MacOS Installation

If you would like to install KickThemOut on a Mac, please run the following:

~ ❯❯❯ brew install libdnet nmap
~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git
~ ❯❯❯ cd kickthemout/
~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt
~/kickthemout ❯❯❯ sudo python3 kickthemout.py

NOTE: You need to have Homebrew installed before running the Mac OS installation.

Also, keep in mind that you might be asked to run some commands after executing the 2nd last command.

Arch Installation

You can download KickThemOut on an Arch based system by executing the following:

~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git
~ ❯❯❯ cd kickthemout/
~ ❯❯❯ sudo -H pip3 install -r requirements.txt
~/kickthemout ❯❯❯ sudo python3 kickthemout.py

Usage

Usage: sudo python3 kickthemout.py [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-p PACKETS, --packets=PACKETS
number of packets broadcasted per minute (default: 6)
-s, --scan perform a quick network scan and exit
-t TARGETS, --target=TARGETS
specify target IP address(es) and perform attack
Examples:
sudo python3 kickthemout.py --target 192.168.1.10
sudo python3 kickthemout.py -t 192.168.1.5,192.168.1.10 -p 30
sudo python3 kickthemout.py (interactive mode)

To view all available options run:

~/kickthemout ❯❯❯ sudo python3 kickthemout.py -h

Demo

Here's a short demo:

(For more demos click here.)

Developers

Disclaimer

KickThemOut is provided as is under the MIT Licence (as stated below). It is built for educational purposes only. If you choose to use it otherwise, the developers will not be held responsible. Please, do not use it with evil intent.

License

Copyright (c) 2017-18 by Nikolaos Kamarinakis & David Schütz. Some rights reserved.

KickThemOut is under the terms of the MIT License, following all clarifications stated in the license file.

For more information head over to the official project page. You can also go ahead and email me anytime at nikolaskam{at}gmail{dot}com or David at xdavid{at}protonmail{dot}com.

Video (By JackkTuts)

Social