StevOSS / kickthemout

💤 Kick devices off your network by performing an ARP Spoof attack.

Home Page:https://nikolaskama.me/kickthemoutproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://nikolaskama.me/content/images/2017/02/kickthemout_small.png

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

Authors: Nikolaos Kamarinakis & David Schütz.

https://travis-ci.org/k4m4/kickthemout.svg?branch=master

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/

$ 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 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 installed before running the Mac OS installation.

Demo

Here's a short demo:

https://nikolaskama.me/content/images/2017/01/kickthemout_asciinema.png

(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. In brief, do not use it with evil intent.

License

Copyright (c) 2017 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.

About

💤 Kick devices off your network by performing an ARP Spoof attack.

https://nikolaskama.me/kickthemoutproject

License:MIT License


Languages

Language:Python 100.0%