Bypass Mac Filtering: Access to free public Wi-Fi

Most of the time, it probably goes untreated when you join a free WiFi network, be it the free home network or a coffee shop.

However, most public WiFi do not work because of Mac Filtering, which means that your machine's MAC address must be registered in the Router.

Here are two options:

  1. Or you can enter the MAC address of your device to register in the system
  2. Either you can get a user's MAC address, forge it, and use it on your own device.

In most cases, free Wi-Fi will be available such as Cafe Coffee Day (CCD), Dominos, Free , Tata Docomo etc.

Now the question is, how do you get the Mac address of someone who is already online and already using it for free?

For this, you need to install it Free Wifi which is an open source script written in python and can be downloaded in Kali Linux by typing the following command:

Mandate: git clone https://github.com/kylemcdonald/FreeWifi.git

Additionally, you must install a package called python-dev (For Kali Linux users) and python-devel (For Fedora users).

Also for other dependencies you may need, you can easily install them via the pip command.

Mandate: sudo pip install -r requirements.txt

In the end, just run the python script by typing the following command in your terminal.

Mandate: python wifi-users.py

So here you can see that you have received a list of all the MAC addresses (which is about 51 in our case) and that are part of this network.

Finally, we want to spoof one of these MAC addresses. In this case we will use the spoof-mac command and type (using mac as an example 1c:3e:84:1c:78:1f) the command “sudo spoof-mac set 1c: 3e: 84: 1c: 78: 1f Wi-Fi“. Try it for a start address forgery with the biggest one .

After executing this command, you will try to access the network.

If you do not have a connection, try the next MAC on the list. If your Internet connection is lost while using this MAC address, try disconnecting and reconnecting to the wireless network.

Note that the original MAC user you copied may experience the same connection interruptions if you are both using the network at the same time.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by Anastasis Vasileiadis

Translations are like women. When they are beautiful they are not faithful and when they are faithful they are not beautiful.

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).