Kick devices off your network by performing an ARP Spoof attack with Node.js.
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 Node v4.4.0 and above.
Author: Rocco Musolino
Here's a short demo:
Required dependencies:
$ sudo apt-get install libpcap-dev
Install from npm:
$ npm install -g kickthemout
(No sudo required for installation. Just recommended for execution)
Or you can download KickThemOut by cloning the Git Repo and simply installing its requirements:
$ git clone https://github.com/roccomuso/kickthemout.git
$ cd kickthemout
$ npm install --production
$ sudo kickthemout
$ sudo DEBUG=kickthemout:* kickthemout
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.
Inspired by the @k4m4/kickthemout python implementation.
Copyright (c) 2017 by Rocco Musolino Some rights reserved.
KickThemOut is under the terms of the MIT License, following all clarifications stated in the license file.