kezoponk / autoevillimiter.sh

Alters bandwith on all devices except those you exclude

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoevillimiter.sh

Alters bandwith on all devices except those you exclude.
Evillimiter by bitbrute was used for this small project

Why? start with why

Our internet is too slow for multiple users

Requirements

  • Linux distribution
  • Python 3 or greater

+ evillimiter, nmap and libxml2-utils, can be installed by using --install on a machine with apt - if don't: install manually

Use

Parameter Description
-s or --speed Network bandwidth, bit-kbit-mbit-gbit
Example: 12mbit
-e or --exclude Excluded ip or mac addresses, comma separated
Example: 192.168.1.90,AA:BB:CC:DD:EE:FF,192.168.1.91
-i or --interface Wifi interface to use
--install Download and install evillimiter and other dependencies which is required for this script to work

Examle: ./autoevillimiter.sh --exclude 192.168.1.90,AA:BB:CC:DD:EE:FF,192.168.1.91 --speed 12mbit

About

Alters bandwith on all devices except those you exclude

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 100.0%