kickthemout/README.rst

98 lines
2.6 KiB
ReStructuredText
Raw Normal View History

2016-12-31 03:19:28 +02:00
KickThemOut
============
2016-12-31 03:19:28 +02:00
2017-01-03 02:09:27 +02:00
`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.
2017-01-05 14:08:12 +02:00
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.
2017-01-11 16:29:56 +02:00
Authors: `Nikolaos Kamarinakis <mailto:nikolaskam@gmail.com>`_ & `David Schütz <mailto:xdavid@protonmail.com>`_.
2017-01-05 13:20:59 +02:00
.. image:: https://nikolaskama.me/content/images/2017/01/kickthemout.png
Installation
-------------
You can download KickThemOut by cloning the `Git Repo <https://github.com/k4m4/kickthemout>`_ and simply installing its requirements::
$ git clone https://github.com/k4m4/kickthemout.git
$ cd kickthemout
$ pip install -r requirements.txt
2017-01-14 22:46:57 +02:00
Installation For Mac Os X
--------------------------
Clone `Git Repo <https://github.com/k4m4/kickthemout>`_ ::
$ git clone https://github.com/k4m4/kickthemout.git
$ cd kickthemout
Install Os X requirements::
$ pip install -r requirements_for_osx.txt
Install `libdnet <http://libdnet.sourceforge.net>`_ ::
Using Homebrew::
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
$ brew update
$ brew install libdnet
From source::
$ wget http://ftp.psu.ac.th/pub/snort/libdnet-1.12.tgz
$ tar xfz libdnet-1.12.tgz
$ ./configure
$ make
$ sudo make install
$ cd python 2.x setup.py install
2017-01-15 06:48:10 +03:00
2017-01-15 06:56:43 +03:00
Usage ::
2017-01-15 06:54:05 +03:00
-----
2017-01-15 06:48:10 +03:00
$ sudo python kickthemout.py
Demo
-----
Here's a short demo:
.. image:: https://nikolaskama.me/content/images/2017/01/kickthemout_asciinema.png
2017-01-05 13:27:50 +02:00
:target: https://asciinema.org/a/98200?autoplay=1&loop=1
2017-01-11 16:29:56 +02:00
(For more demos click `here <https://asciinema.org/~k4m4>`_.)
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 16:43:21 +02:00
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/>`_.
2017-01-05 16:43:21 +02:00
You can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com** or David at **xdavid{at}protonmail{dot}com**.