项目主页
介绍
一种将设备踢出网络并享受所有带宽的工具。它允许你选择特定的或所有的设备和ARP欺骗他们离开你的局域网。在您的局域网中将KickThemOut ARP Spoofs设备阻止他们的互联网连接,从而允许您为自己津津乐道所有网络带宽。
安装
git clone https://github.com/k4m4/kickthemout.git
cd kickthemout/
sudo -H pip install -r requirements.txt
sudo python kickthemout.py
用法
Usage: sudo python 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 attack
Examples:
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)
要查看所有可用选项,请运行:
sudo python kickthemout.py -h