Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k4m4/kickthemout
💤 Kick devices off your network by performing an ARP Spoof attack.
https://github.com/k4m4/kickthemout
hacking python spoofing wifi wireless
Last synced: 1 day ago
JSON representation
💤 Kick devices off your network by performing an ARP Spoof attack.
- Host: GitHub
- URL: https://github.com/k4m4/kickthemout
- Owner: k4m4
- License: mit
- Created: 2016-12-07T14:48:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T09:10:28.000Z (almost 2 years ago)
- Last Synced: 2024-02-14T21:34:54.957Z (11 months ago)
- Topics: hacking, python, spoofing, wifi, wireless
- Language: Python
- Homepage: https://nikolaskama.me/kickthemoutproject
- Size: 148 KB
- Stars: 2,418
- Watchers: 98
- Forks: 456
- Open Issues: 111
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- awesome-termux-hacking - kickthemout - 💤 Kick devices off your network by performing an ARP Spoof attack..[![->](https://img.shields.io/github/stars/k4m4/kickthemout.svg?style=social&label=Star&maxAge=2592000)](https://github.com/k4m4/kickthemout/stargazers/) (Uncategorized / Uncategorized)
- awesome-discoveries - KickThemOut - kick devices off your network by performing an ARP Spoof attack _(`Python`)_ (Networking)
README
![KickThemOut Logo](http://nikolaskama.me/content/images/2017/02/kickthemout_small.png)
# KickThemOut
> [KickThemOut](https://nikolaskama.me/kickthemoutproject) - **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 **3+** 🎉.
- *Not* compatible with Windows.
Authors: [Nikolaos Kamarinakis](mailto:[email protected]) & [David Schütz](mailto:[email protected]).
[![Build Badge](https://travis-ci.org/k4m4/kickthemout.svg?branch=master)](https://travis-ci.org/k4m4/kickthemout)
[![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/kickthemout/blob/master/LICENSE)
[![Compatibility](https://img.shields.io/badge/python-3-brightgreen.svg)](https://github.com/k4m4/kickthemout)
[![GitHub Stars](https://img.shields.io/github/stars/k4m4/kickthemout.svg)](https://github.com/k4m4/kickthemout/stargazers)---
✨Read my latest post: KickThemout v2.0! 🎉
-------------# Installation
## Debian Installation
You can download KickThemOut by cloning the [Git Repo](https://github.com/k4m4/kickthemout) and simply installing its requirements:
```
~ ❯❯❯ sudo apt-get update && sudo apt-get install nmap~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git
~ ❯❯❯ cd kickthemout/
~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt
~/kickthemout ❯❯❯ sudo python3 kickthemout.py
```## MacOS Installation
If you would like to install KickThemOut on a Mac, please run the following:
```
~ ❯❯❯ brew install libdnet nmap~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git
~ ❯❯❯ cd kickthemout/
~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt
~/kickthemout ❯❯❯ sudo python3 kickthemout.py
```**NOTE**: You need to have [Homebrew](http://brew.sh/) installed before running the Mac OS installation.
Also, **keep in mind** that you might be asked to run some extra commands after executing the pip requirement installation.
## ArchLinux Installation
You can download KickThemOut on an Arch based system by executing the following:
```
~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git~ ❯❯❯ cd kickthemout/
~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt
~/kickthemout ❯❯❯ sudo python3 kickthemout.py
```
# Usage
```
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 attackExamples:
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 (interactive mode)
```To view all available options run:
```
~/kickthemout ❯❯❯ sudo python3 kickthemout.py -h
```
# Demo
Here's a short demo:
[![Asciinema Demo](https://nikolaskama.me/content/images/2017/01/kickthemout_asciinema.png)](https://asciinema.org/a/98200?autoplay=1&loop=1)
(For more demos click [here](https://asciinema.org/~k4m4))
# Developers
* Nikolaos Kamarinakis - [@nikolaskama](https://twitter.com/nikolaskama)
* David Schütz - [@xdavidhu](https://twitter.com/xdavidhu)
# 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. Please, do not use it with evil intent.
# License
Copyright (c) 2017-18 by [Nikolaos Kamarinakis](mailto:[email protected]) & [David Schütz](mailto:[email protected]). 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/k4m4/kickthemout/master/LICENSE).
For more information head over to the [official project page](https://nikolaskama.me/kickthemoutproject).
You can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com** or David at **xdavid{at}protonmail{dot}com**.