Evillimiter is a tool to limit the bandwidth (upload/download) of devices connected to your network without physical or administrative access.
It employs ARP spoofing and traffic shaping to throttle the bandwidth of hosts on the network. This is explained in detail below.
Requirements
Possibly missing python packages will be installed during the installation process.
Also Read – IDArling : Collaborative Reverse Engineering Plugin for IDA Pro & Hex-Ray
git clone https://github.com/bitbrute/evillimiter.git
cd evillimiter
sudo python3 setup.py install
Usage
Type evillimiter or python3 bin/evillimiter to run the tool.
evillimiter will try to resolve required information (network interface, netmask, gateway address, …) on its own, automatically.
| Argument | Explanation |
|---|---|
-h | Displays help message listing all command-line arguments |
-i [Interface Name] | Specifies network interface (resolved if not specified) |
-g [Gateway Address] | Specifies gateway IP address (resolved if not specified) |
-n [Netmask Address] | Specifies netmask (resolved if not specified) |
-f | Flushes current iptables and tc configuration. Ensures that packets are dealt with correctly. |
--colorless | Disables colored output |
| Command | Explanation |
|---|---|
scan | Scans your network for online hosts. One of the first things to do after start. |
hosts | Displays all the hosts/devices previously scanned and basic information. Shows ID for each host that is required for interaction. |
limit [ID1,ID2,...] [Rate] | Limits bandwidth of host(s) associated to specified ID. Rate determines the internet speed. Valid rates: bit, kbit, mbit, gbit, tbitFor example: limit 4,5,6 200kbit or limit all 1gbit |
block [ID1,ID2,...] | Blocks internet connection of host(s) associated to specified ID. |
free [ID1,ID2,...] | Unlimits/Unblocks host(s) associated to specified ID. Removes all further restrictions. |
add [IP] (--mac [MAC]) | Adds custom host to host list. MAC-Address will be resolved automatically or can be specified manually. For example: add 192.168.178.24 or add 192.168.1.50 --mac 1c:fc:bc:2d:a6:37 |
clear | Clears the terminal window. |
?, help | Displays command information similar to this one. |
Restrictions
Evil Limiter is provided by bitbrute “as is” and “with all faults”. The provider makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this software. There are inherent dangers in the use of any software, and you are solely responsible for determining whether Evil Limiter is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and the provider will not be liable for any damages you may suffer in connection with using, modifying, or distributing this software.
phpMyAdmin is a free, open-source PHP application that provides a browser-based interface for managing MySQL and…
Zabbix is a mature open-source infrastructure monitoring platform that collects metrics from network devices, servers, virtual…
Gradle is a powerful open-source build automation tool used primarily for Java, Kotlin, Groovy, and Android…
TeamViewer is a proprietary cross-platform remote access application for remote control, desktop sharing, file transfer, and online meetings. It is one of the most widely used remote support tools in the world, available for Windows, macOS, Linux, iOS, and Android. TeamViewer is not included in the Ubuntu repositories because it is proprietary software. This guide covers how to install TeamViewer on Ubuntu 18.04 using the official .deb package. The same steps apply to Ubuntu 16.04, Debian, Linux Mint, and Elementary OS. <strong>Prerequisite:</strong> You need sudo access. Install TeamViewer on Ubuntu: Download the .deb Package Download the official TeamViewer .deb package. The _amd64.deb suffix indicates this package is for 64-bit x86-64 systems. For ARM-based machines, download the appropriate package from the TeamViewer Linux downloads page: bashwget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb Install the package using apt. The ./ prefix tells apt this is a local file path, not a package name from the repositories:…
Nagios is one of the most widely used open-source infrastructure monitoring systems in the world. It…
Laravel is an open-source PHP web application framework built around an expressive, developer-friendly syntax. It is…