![KickThemOut Logo](http://nikolaskama.me/content/images/2017/02/kickthemout_small.png) # KickThemOut > [KickThemOut](https://nikolaskama.me/kickthemoutproject) - **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](mailto:nikolaskam@gmail.com) & [David Schütz](mailto:xdavid@protonmail.com). [![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/kickthemout/blob/master/LICENSE) [![Build Badge](https://travis-ci.org/k4m4/kickthemout.svg?branch=master)](https://travis-ci.org/k4m4/kickthemout) [![GitHub Stars](https://img.shields.io/github/stars/k4m4/kickthemout.svg)](https://github.com/k4m4/kickthemout/stargazers) ---
✨Read my latest post: KickThemout v2.0! 🎉
------------- # Installation ## Debian Installation You can download KickThemOut by cloning the [Git Repo](https://github.com/k4m4/kickthemout) 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 ~ ❯❯❯ 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](http://brew.sh/) installed before running the Mac OS installation. Also, **keep in mind** that you might be asked to run some extra commands after executing the pip installation. ## 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 ```