Go to file
Nikolaos Kamarinakis 4ff00a9c57 Add `--with-python` parameter to brew command 2017-07-21 23:42:39 -04:00
.github Alter issue template structure 2017-04-13 18:37:22 +03:00
.gitignore Create .gitignore 2017-01-13 14:06:14 +02:00
.travis.yml Create .travis.yml 2017-01-10 13:49:30 +02:00
CHANGES.rst Create CHANGES.rst file 2017-01-05 14:27:16 +02:00
LICENSE Update LICENSE 2017-01-03 01:40:23 +02:00
README.rst Add `--with-python` parameter to brew command 2017-07-21 23:42:39 -04:00
code-of-conduct.md Generate Code of Conduct 2017-04-13 18:19:09 +03:00
kickthemout.py Merge branch 'master' into master 2017-04-26 19:52:54 +02:00
requirements.txt Scan method updated to nmap 2017-03-11 10:53:38 +01:00
scan.py Added comments 2017-04-01 12:01:51 +02:00
spoof.py Added comments 2017-04-01 12:01:51 +02:00

README.rst

.. image:: 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 2.6 & 2.7.

Authors: `Nikolaos Kamarinakis <mailto:nikolaskam@gmail.com>`_  & `David Schütz <mailto:xdavid@protonmail.com>`_.

.. image:: https://travis-ci.org/k4m4/kickthemout.svg?branch=master
    :target: https://travis-ci.org/k4m4/kickthemout
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target: https://github.com/k4m4/kickthemout/blob/master/LICENSE
.. image:: https://img.shields.io/badge/made%20with-%3C3-red.svg
    :target: https://nikolaskama.me/kickthemoutproject
.. image:: https://img.shields.io/github/stars/k4m4/kickthemout.svg
    :target: https://github.com/k4m4/kickthemout/stargazers
    
-------------

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/

    $ sudo python -m pip install -r requirements.txt

MacOS Installation
----------------------

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

    $ sudo pip install pcapy

    $ brew install --with-python libdnet scapy nmap

**Keep in mind** that you might be asked to run some commands after executing the previous step. Moving on::

    $ git clone https://github.com/k4m4/kickthemout.git

    $ cd kickthemout/

    $ sudo pip install -r requirements.txt

**NOTE**: You need to have `Homebrew <http://brew.sh/>`_ installed before running the Mac OS installation.

Demo
-----

Here's a short demo:

.. image:: https://nikolaskama.me/content/images/2017/01/kickthemout_asciinema.png
   :target: https://asciinema.org/a/98200?autoplay=1&loop=1

(For more demos click `here <https://asciinema.org/~k4m4>`_.)

Developers
-----------

* Nikolaos Kamarinakis - `@nikolaskama <https://twitter.com/nikolaskama>`_
* David Schütz - `@xdavidhu <https://twitter.com/xdavidhu>`_

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
--------

Copyright (c) 2017 by `Nikolaos Kamarinakis <mailto:nikolaskam@gmail.com>`_ & `David Schütz <mailto:xdavid@protonmail.com>`_. Some rights reserved.

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/>`_.
You can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com** or David at **xdavid{at}protonmail{dot}com**.