kickthemout

1.1.41 • Public • Published

KickThemOut

Kick devices off your network by performing an ARP Spoof attack with Node.js.

NPM Version Build Status bitHound Overall Score Dependency Status Patreon donate button

Standard - JavaScript Style Guide NPM

Description

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

Demo

Here's a short demo:

asciicast

Installation

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

Usage

$ sudo kickthemout

Verbose mode

$ sudo DEBUG=kickthemout:* kickthemout

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.

Inspiration

Inspired by the @k4m4/kickthemout python implementation.

License

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.

Package Sidebar

Install

npm i kickthemout

Weekly Downloads

11

Version

1.1.41

License

ISC

Last publish

Collaborators

  • roccomuso