Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roccomuso/kickthemout
:bomb: Kick devices off your network by performing an ARP Spoof attack with Node.js.
https://github.com/roccomuso/kickthemout
arp arp-spoof-attack arp-spoofing javascript kick-devices node nodejs
Last synced: 13 days ago
JSON representation
:bomb: Kick devices off your network by performing an ARP Spoof attack with Node.js.
- Host: GitHub
- URL: https://github.com/roccomuso/kickthemout
- Owner: roccomuso
- License: mit
- Created: 2017-01-16T13:04:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T22:35:13.000Z (over 1 year ago)
- Last Synced: 2024-10-24T13:53:00.505Z (22 days ago)
- Topics: arp, arp-spoof-attack, arp-spoofing, javascript, kick-devices, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 592 KB
- Stars: 283
- Watchers: 6
- Forks: 30
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KickThemOut
Kick devices off your network by performing an ARP Spoof attack with **Node.js**.[![NPM Version](https://img.shields.io/npm/v/kickthemout.svg)](https://www.npmjs.com/package/kickthemout) [![Greenkeeper badge](https://badges.greenkeeper.io/realdennis/kickthemout.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/roccomuso/kickthemout.svg?branch=master)](https://travis-ci.org/roccomuso/kickthemout) [![Dependency Status](https://david-dm.org/roccomuso/kickthemout.png)](https://david-dm.org/roccomuso/kickthemout)
[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) [![NPM](https://nodei.co/npm-dl/kickthemout.png?months=6)](https://nodei.co/npm/kickthemout/)
## 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](https://asciinema.org/a/100375.png)](https://asciinema.org/a/100375)
## 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](https://github.com/roccomuso/kickthemout) 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](https://github.com/k4m4/kickthemout) python implementation.
## License
Copyright (c) 2017 by **Rocco Musolino** 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/roccomuso/kickthemout/master/LICENSE).