百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
K

kickthemout

> 编程语言
开源

通过执行 ARP 欺骗攻击来将设备从您的网络中踢掉。

2.7K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

通过执行 ARP 欺骗攻击来将设备从您的网络中踢掉。

# 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]). ---

✨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 ``` … ``` To view all available options run: ``` ~/kickthemout ❯❯❯ sudo python3 kickthemout.py -h ```
# Demo Here's a short demo: (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**.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Pythonhackingpythonspoofingwifi

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言