2017-02-27 15:24:20 +01:00
.. image :: http://nikolaskama.me/content/images/2017/02/kickthemout_small.png
2016-12-31 02:19:28 +01:00
KickThemOut
2017-01-05 12:18:02 +01:00
============
2016-12-31 02:19:28 +01:00
2017-01-03 01:09:27 +01:00
`KickThemOut <https://nikolaskama.me/kickthemoutproject/> `_ - **Kick Devices Off Your Network**
2017-01-05 12:18:02 +01:00
A tool to kick devices out of your network and enjoy all the bandwidth for yourself.
2017-01-05 13:08:12 +01:00
It allows you to select specific or all devices and ARP spoofs them off your local area network.
2017-01-05 12:18:02 +01:00
Compatible with Python 2.6 & 2.7.
2017-01-11 15:29:56 +01:00
Authors: `Nikolaos Kamarinakis <mailto:nikolaskam@gmail.com> `_ & `David Schütz <mailto:xdavid@protonmail.com> `_ .
2017-01-05 12:18:02 +01:00
2017-02-27 15:38:00 +01:00
.. image :: https://travis-ci.org/k4m4/kickthemout.svg?branch=master
:target: https://travis-ci.org/k4m4/kickthemout
2017-02-27 15:26:53 +01:00
.. image :: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://github.com/k4m4/kickthemout/blob/master/LICENSE
2017-02-27 15:24:20 +01:00
.. image :: https://img.shields.io/badge/made%20with-%3C3-red.svg
2017-02-27 15:32:30 +01:00
:target: https://nikolaskama.me/kickthemoutproject
2017-02-27 15:24:20 +01:00
.. image :: https://img.shields.io/github/stars/k4m4/kickthemout.svg
:target: https://github.com/k4m4/kickthemout/stargazers
2017-02-27 15:28:50 +01:00
-------------
2017-01-05 12:18:02 +01:00
2017-03-11 14:34:12 +01:00
Debian Installation
2017-03-11 10:53:38 +01:00
----------------------
2017-01-05 12:18:02 +01:00
You can download KickThemOut by cloning the `Git Repo <https://github.com/k4m4/kickthemout> `_ and simply installing its requirements::
2017-03-11 10:53:38 +01:00
$ sudo apt-get update && sudo apt-get install nmap
2017-01-05 12:18:02 +01:00
$ git clone https://github.com/k4m4/kickthemout.git
2017-01-16 21:10:04 +01:00
$ cd kickthemout/
2017-03-11 10:53:38 +01:00
2017-03-11 10:56:27 +01:00
$ sudo python -m pip install -r requirements.txt
2017-01-05 12:18:02 +01:00
2017-03-11 10:55:00 +01:00
MacOS Installation
2017-01-14 21:46:57 +01:00
----------------------
If you would like to install KickThemOut on a Mac, please run the following::
2017-03-11 10:56:27 +01:00
$ sudo python -m pip install pcapy
2017-03-11 10:53:38 +01:00
2017-03-11 10:56:27 +01:00
$ brew install libdnet scapy nmap
2017-01-14 21:46:57 +01:00
2017-01-25 15:57:48 +01:00
**Keep in mind** that you might be asked to run some commands after executing the previous step. Moving on::
2017-01-14 21:46:57 +01:00
$ git clone https://github.com/k4m4/kickthemout.git
2017-03-11 10:53:38 +01:00
$ cd kickthemout/
2017-03-11 10:56:27 +01:00
$ sudo python -m pip install -r requirements.txt
2017-03-11 10:53:38 +01:00
2017-01-14 21:49:05 +01:00
**NOTE** : You need to have `Homebrew <http://brew.sh/> `_ installed before running the Mac OS installation.
2017-01-14 21:46:57 +01:00
2017-01-05 12:18:02 +01:00
Demo
-----
Here's a short demo:
.. image :: https://nikolaskama.me/content/images/2017/01/kickthemout_asciinema.png
2017-01-05 12:27:50 +01:00
:target: https://asciinema.org/a/98200?autoplay=1&loop=1
2017-01-05 12:18:02 +01:00
2017-01-11 15:29:56 +01:00
(For more demos click `here <https://asciinema.org/~k4m4> `_ .)
2017-01-05 12:18:02 +01:00
2017-02-24 18:18:49 +01:00
Developers
-----------
* Nikolaos Kamarinakis - `@nikolaskama <https://twitter.com/nikolaskama> `_
* David Schütz - `@xdavidhu <https://twitter.com/xdavidhu> `_
2017-01-05 12:18:02 +01:00
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.
In brief, do not use it with evil intent.
License
--------
2017-01-05 15:43:21 +01:00
Copyright (c) 2017 by `Nikolaos Kamarinakis <mailto:nikolaskam@gmail.com> `_ & `David Schütz <mailto:xdavid@protonmail.com> `_ . Some rights reserved.
2017-01-05 12:18:02 +01:00
KickThemOut is under the terms of the `MIT License <https://www.tldrlegal.com/l/mit> `_ , following all clarifications stated in the `license file <https://raw.githubusercontent.com/k4m4/kickthemout/master/LICENSE> `_ .
For more information head over to the `official project page <https://nikolaskama.me/kickthemoutproject/> `_ .
2017-01-05 15:43:21 +01:00
You can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com** or David at **xdavid{at}protonmail{dot}com** .