Monitors, analyzes and limits the bandwidth of devices on the local network (Next Generation).
Project description
Evil Limiter Next Generation
A tool to monitor, analyze and limit the bandwidth (upload/download) of devices on your local network without physical or administrative access.
evillimiter-ng employs ARP spoofing and traffic shaping to throttle the bandwidth of hosts on the network.
Requirements
- Linux distribution
- Python 3 or greater
Possibly missing python packages will be installed during the installation process.
Installation
git clone https://github.com/KevinCrrl/evillimiter-ng.git
cd evillimiter-ng
# Arch-based systems (or using the AUR: https://aur.archlinux.org/packages/evillimiter-ng)
cd pkgbuild
makepkg -si
# Other GNU/Linux distros using a virtual env
python -m build
python -m installer dist/*.whl
# or
pip install .
Quick Start Example
After installation, you can start using the tool with the following basic workflow.
- Start the program and specify your network interface:
evillimiter-ng -i wlan0
- Scan the network for connected hosts:
scan
- Limit bandwidth of a device (example: device ID 3 to 200kbit):
limit 3 200kbit
Example of a single-use command in the shell
# Scan the network, list hosts, block everyone for 20 seconds, and then restore connection.
echo "scan && hosts && block all && sleep 20 && free all && exit" | evillimiter-ng
Command-Line Arguments
| Argument | Explanation |
|---|---|
-h |
Displays help message listing all command-line arguments |
-i [Interface Name] |
Specifies network interface (resolved if not specified) |
-g [Gateway IP Address] |
Specifies gateway IP address (resolved if not specified) |
-m [Gateway MAC Address] |
Specifies gateway MAC 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. |
evillimiter-ng Commands
| Command | Explanation |
|---|---|
scan (--range [IP Range]) (--intensity [(1,2,3)]) |
Scans your network for online hosts. One of the first things to do after start.--range lets you specify a custom IP range.--intensity lets you specify the scan intensity / speed (1 = quick, 2 = normal (standard), 3 = intense).Example: scan --range 192.168.178.1-192.168.178.40 --intensity 1 or just scan. |
hosts |
Displays all scanned hosts and basic information. |
limit [ID1,ID2,...] [Rate] (--upload) (--download) |
Limits bandwidth of host(s) associated with specified ID. |
block [ID1,ID2,...] (--upload) (--download) |
Blocks internet connection of host(s). |
free [ID1,ID2,...] |
Removes bandwidth restrictions. |
add [IP] (--mac [MAC]) |
Adds custom host manually. |
monitor [ID1,ID2,...] (--interval [time in ms]) |
Monitor bandwidth usage of host(s). |
analyze [ID1,ID2,...] (--duration [time in s]) |
Analyze traffic usage. |
watch |
Shows current watch status. |
watch add [ID1,ID2,...] |
Adds host(s) to watchlist. |
watch remove [ID1,ID2,...] |
Removes host(s) from watchlist. |
watch set [Attribute] [Value] |
Changes watch settings. |
clear |
Clears terminal window. |
quit |
Quits the application. |
sleep |
Waits for seconds. |
?, help |
Displays command help. |
Restrictions
- Limits IPv4 connections only, since ARP spoofing requires ARP packets which exist only in IPv4 networks.
Legal Disclaimer
Please read the full legal disclaimer here:
License
Copyright (c) 2026 by KevinCrrl.
Licensed under the GPLv2 License.
For a detailed list of original authors, dependencies, and their respective licenses, see the CREDITS file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file evillimiter_ng-2.3.1.tar.gz.
File metadata
- Download URL: evillimiter_ng-2.3.1.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6aa04313979da1584ebc37ba330b53c7b2748d7b44c9e1bb6e32404f9fc5c3ec
|
|
| MD5 |
889abd2a2805e919978148012b2a9155
|
|
| BLAKE2b-256 |
15035bd405a05acac04e5068d9a946cd609b3f72021923f198e12e7a1b54b03c
|
File details
Details for the file evillimiter_ng-2.3.1-py3-none-any.whl.
File metadata
- Download URL: evillimiter_ng-2.3.1-py3-none-any.whl
- Upload date:
- Size: 38.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92bbc7ec981f21bd882af69a6ab1a16f76666b5a5f8b37d9fe2ad54a1567ee62
|
|
| MD5 |
fba294ee27705e5e2187860a3fa0140f
|
|
| BLAKE2b-256 |
78eceffb410a3de52935f015c0c40f8950fe00b70b44a218a673bb919124cbd1
|