Evillimiter : Tool that Limits Bandwidth of Devices on the Same Network Without Access

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

  • Linux distribution
  • Python 3 or greater

Possibly missing python packages will be installed during the installation process.

Also Read – IDArling : Collaborative Reverse Engineering Plugin for IDA Pro & Hex-Ray

Installation

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.

Command-Line Arguments

ArgumentExplanation
-hDisplays 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)
-fFlushes current iptables and tc configuration. Ensures that packets are dealt with correctly.
--colorlessDisables colored output

evillimiter Commands

CommandExplanation
scanScans your network for online hosts. One of the first things to do after start.
hostsDisplays 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, tbit
For 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
clearClears the terminal window.
?, helpDisplays command information similar to this one.

Restrictions

  • Limits IPv4 connctions only, since ARP spoofing requires the ARP packet that is only present on IPv4 networks.

Disclaimer

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.

R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

17 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

17 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

3 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago