KickThemOut v2.0 – Kick Devices Off Your Network

kickthemout

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.

 

What’s new in the version 2.0?

  • Python 3 compatibility
  • Non-interactive attack (using optparser)
    it can now be run using terminal arguments, meaning that users are not required to go through the interactive selection process anymore.

Installation

You can download KickThemOut by cloning the Git Repo and simply installing its requirements:

$ git clone https://github.com/k4m4/kickthemout.git
$ sudo pip install -r requirements.txt

Mac OS X Installation

$ sudo pip install pcapy
$ brew install libdnet scapy
$ git clone https://github.com/k4m4/kickthemout.git


NOTE: You need to have Homebrew installed before running the Mac OS installation.

Usage

sudo python3 kickthemout.py [options]


Options:
--version show program's version number and exit
-h, --help show this help message and exit
-p PACKETS, --packets=PACKETS
number of packets broadcasted per minute (default: 6)
-s, --scan perform a quick network scan and exit
-t TARGETS, --target=TARGETS
specify target IP address(es) and perform attack

Examples:
sudo python3 kickthemout.py --target 192.168.1.10
sudo python3 kickthemout.py -t 192.168.1.5,192.168.1.10 -p 30
sudo python3 kickthemout.py -s
sudo python3 kickthemout.py (interactive mode)

Demo

Here’s a short demo:

Copyright (c) 2017-18 by Nikolaos Kamarinakis & David Schütz.

Source: https://github.com/k4m4/