a-atalla/tuxcut
Fork: 53 Star: 236 (更新于 2024-11-06 05:01:40)
license: 暂无
Language: Python .
Arp spoofing tool for linux
最后发布版本: 6.1 ( 2018-08-05 04:54:12)
TuxCut
A utility that protect linux computers againest arpspoof attacks
Features:
- Hide your machine (ip/MAC) from arp scanner utilities.
- list all the live host in your LAN.
- cut the connection between any live host and the gateway.
- use wondershaper to control your upload or download speed limits.
Screenshot
6.1
Install
Get your package from Download section
Run from source
- create virtualenv
python3 -m venv env_name
. - activate the environment
source env_name/bin/activate
. - Get WxPython and install it inside the active venv
pip install wxPython-4.xxxxx.whl
- install the rest of python packages
pip install -r requirements.txt
. - run the server with root priviliages
sudo env_name/bin/python3 server/tuxcutd.py
. - run the gui
env_name/bin/python3 client/tuxcut.py
. - To build packages you need to install FPM then run the script
build.sh
最近版本更新:(数据更新于 2024-09-22 09:10:50)
2018-08-05 04:54:12 6.1
2017-11-23 13:18:17 6.0
2017-09-20 22:07:36 v6.0beta
a-atalla/tuxcut同语言 Python最近更新仓库
2024-11-14 21:11:52 LibraHp/GetQzonehistory
2024-11-14 19:49:23 jxxghp/MoviePilot
2024-11-14 08:17:54 langflow-ai/langflow
2024-11-14 06:52:29 ultralytics/ultralytics
2024-11-14 00:25:19 Huanshere/VideoLingo
2024-11-12 16:19:07 AnswerDotAI/rerankers