How To Hack Mac Filter Wifi

Posted : admin On 14.12.2020

Hey Friends, Welcome to Hackingloops. Today we will learn how to bypass MAC Address Filtering on Wireless Networks. MAC Filtering or MAC Whitelist or Blacklist is an security option provided in most routers to allow or restrict particular MAC Address to allow access or restrict the Internet. If this setting is enabled then only the Machines which are allowed by MAC Filtering can use a particular Access Point. Today we will learn how to bypass MAC Filtering on Wireless Network Routers.

Most of people are aware what MAC Address is but let me brief all to revise basics. MAC Address stands for Media Access Control Address and is a unique identifier assigned to all network interfaces. With MAC filtering you can specify MAC addresses which are allowed or not allowed to connect to the network. For many occasions this might be sufficient as a security measure which makes it a little harder to use the network when the password is even known to users. So let’s start our tutorial on how to bypass MAC Address Filtering by spoofing MAC Address.

You probably will not get any packets at all if the MAC filtering function is provided by a switch that filters by MAC and by port. Which means the MAC addresses are expected behind a specific switch port. Some university admins are using this technique to prevent an uncontrolled jungle in the students network. No dude, MAC filter is not something that can be “hacked'. MAC filter basically stops the devices from connecting to the Wi-Fi. So, if your mac is blocked in a router, you can't connect to the Wi-Fi. MAC filtering is just little better than disabling DHCP. Because if the encryption is broken, the attacker has access to each packet containing your MAC address. Almost all of today’s laptops have the ability to change the MAC address, so an attacker easily change the address of his laptop and there remains only the question of how and when. Hack mac filtered wifi having open security using kali linux v 2.0 Commands: # airmon-ng (check your interface if it is wlan0 or wlan1 ) # airodump-ng wlan0 (wlan0 ur interface) press CTRL+C after. This document explains how to configure MAC filters with wireless LAN controllers (WLCs) with a configuration example. This document also discusses how to authorize lightweight access points (LAPs) against an AAA server.

How To Bypass Mac Address Filtering In Wifi Windows

Hacking Wireless Networks bypassing MAC Address Filtering

Steps to Bypass MAC Address Filtering on Wireless Routers :

Step 1 : Consider that we have router which has MAC Filtering Configured. Say AA-BB-00-11-22 is an MAC Address which is white listed in MAC Filtering to use the Wireless Network.

Step 2 : Let’s login into our KALI Linux Machine and Put the Particular WIFI Adapter into Monitoring mode using AIRMON-ng, this can be done by typing below command at terminal:

airmon-ng start wlan0

Step 3 : Now it may happen some KALI Linux Process is showing some error. If yes then kill the process which KALI Linux is reporting having issues, it can be done using below command:

kill [pid]

Step 4 : Now launch Airodump-ng to locate the wireless network and the connected client(s) using the following command:

airodump-ng –c [channel] –bssid [target router MAC Address] –i wlan0mon

Airodump-ng now shows us a list of all connected clients at the bottom of the terminal. The second column lists the MAC Addresses of the connected client which we will be spoofing in order to authenticate with the wireless network.

Note: You will get above list only when someone is connected to that Wireless Network already, else you will get a empty list.

Step 5 : Now we have the MAC Address, Let’s use the MacChanger to Spoof the MAC Address :

Let’s spoof the MAC address of your wireless adapter but first we take need to take down the monitoring interface wlan0mon and the wlan0 interface in order to change the MAC address. We can do this by using the following command:

Airmon-ng stop wlan0mon

Step 6 : Now we take down the wireless interface who’s MAC address we want to spoof with the following command:

ifconfig wlan0 down

Step 7 : Now we can use Macchanger to change the MAC address:

macchanger -m [New MAC Address] wlan0

And bring it up again:

ifconfig wlan0 up

Now that we have changed the MAC address of our wireless adapter to a white listed MAC address in the router we can try to authenticate with the network and see if we’re able to connect.

That’s it Guys! Now You are able to connect to network. Now in most cases Wireless Networks are also password protected, to hack that you can use earlier methods that i have explained in earlier tutorials.

Keep Learning!! Keep Connected!!

Contents

Introduction

This document explains how to configure MAC filters with wireless LAN controllers (WLCs) with a configuration example. This document also discusses how to authorize lightweight access points (LAPs) against an AAA server.

Prerequisites

Requirements

Ensure that you meet these requirements before you attempt this configuration:

  • Basic knowledge of the configuration of LAPs and Cisco WLCs

  • Basic knowledge of Cisco Unified Wireless Security Solutions

Components Used

The information in this document is based on these software and hardware versions:

  • Cisco 4400 WLC that runs software version 5.2.178.0

  • Cisco 1230AG Series LAPs

  • 802.11 a/b/g wireless client adapter with firmware 4.4

  • Aironet Desktop Utility (ADU) version 4.4

The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.

Conventions

Refer to Cisco Technical Tips Conventions for more information on document conventions.

MAC Address Filter (MAC Authentication) on WLCs

When you create a MAC address filter on WLCs, users are granted or denied access to the WLAN network based on the MAC address of the client they use. Atmel studio 6 for mac os x.

There are two types of MAC authentication that are supported on WLCs:

  • Local MAC authentication

  • MAC authentication using a RADIUS server

With local MAC authentication, user MAC addresses are stored in a database on the WLC. When a user tries to access the WLAN that is configured for MAC filtering, the client MAC address is validated against the local database on the WLC, and the client is granted access to the WLAN if the authentication is successful.

By default, the WLC local database supports up to 512 user entries.

The local user database is limited to a maximum of 2048 entries. The local database stores entries for these items:

  • Local management users, which includes lobby ambassadors

  • Local network users, which includes guest users

  • MAC filter entries

  • Exclusion list entries

  • Access point authorization list entries

Together, all of these types of users cannot exceed the configured database size.

In order to increase the local database, use this command from the CLI:

Alternatively, MAC address authentication can also be performed using a RADIUS server. The only difference is that the users MAC address database is stored in the RADIUS server instead of the WLC. When a user database is stored on a RADIUS server the WLC forwards the MAC address of the client to the RADIUS server for client validation. Then, the RADIUS server validates the MAC address based on the database it has. If the client authentication is successful, the client is granted access to the WLAN. Any RADIUS server which supports MAC address authentication can be used.

Configure Local MAC Authentication on WLCs

Complete these steps in order to configure local MAC authentication on the WLCs:

  1. Note: Before you configure MAC authentication, you must configure the WLC for basic operation and register the LAPs to the WLC. This document assumes that the WLC is already configured for basic operation and that the LAPs are registered to the WLC. If you are a new user trying to set up the WLC for basic operation with LAPs, refer to Lightweight AP (LAP) Registration to a Wireless LAN Controller (WLC).

    Note: There is no special configuration needed on the wireless client in order to support MAC authentication.

Configure a WLAN and Enable MAC Filtering

Complete these steps in order to configure a WLAN with MAC filtering:

  1. Click WLANs from the controller GUI in order to create a WLAN.

    The WLANs window appears. This window lists the WLANs configured on the controller.

  2. Click New in order to configure a new WLAN.

    In this example, the WLAN is named MAC-WLAN and the WLAN ID is 1.

  3. Click Apply.

  4. In the WLAN > Edit window, define the parameters specific to the WLAN.

    1. Under Security Policies > Layer 2 Security, check the MAC Filtering check box.

      This enables MAC authentication for the WLAN.

    2. Under General Policies > Interface Name, select the interface to which the WLAN is mapped.

      In this example, the WLAN is mapped to the management interface.

    3. Select the other parameters, which depend on the design requirements of the WLAN.

    4. Click Apply.

The next step is to configure the local database on the WLC with the client MAC addresses.

Refer to VLANs on Wireless LAN Controllers Configuration Example for information on how to configure dynamic interfaces (VLANs) on WLCs.

Configure the Local Database on the WLC with Client MAC Addresses

Complete these steps in order to configure the local database with a client MAC address on the WLC:

  1. Click Security from the controller GUI, and then click MAC Filtering from the left side menu.

    The MAC Filtering window appears.

  2. Click New in order to create a local database MAC address entry on the WLC.

  3. In the MAC Filters > New window, enter the MAC address, Profile Name, Description and the Interface Name for the client.

    Here is an example:

  4. Click Apply.

  5. Repeat steps 2-4 in order to add more clients to the local database.

    Now, when clients connect to this WLAN, the WLC validates the clients MAC address against the local database and if the validation is successful, the client is granted access to the network.

    Note: In this example, only a MAC address filter without any other Layer 2 Security mechanism was used. Cisco recommends that MAC address authentication should be used along with other Layer 2 or Layer 3 security methods. It is not advisable to use only MAC address authentication to secure your WLAN network because it does not provide a strong security mechanism.

Configure MAC Authentication using a RADIUS Server

Complete these steps in order to configure MAC authentication using a RADIUS server. In this example, the Cisco Secure ACS server is used as the RADIUS server.

Configure a WLAN and Enable MAC Filtering

Complete these steps in order to configure a WLAN with MAC filtering:

  1. Click WLANs from the controller GUI in order to create a WLAN.

    The WLANs window appears. This window lists the WLANs configured on the controller.

  2. Click New in order to configure a new WLAN.

    In this example, the WLAN is named MAC-ACS-WLAN and the WLAN ID is 2.

  3. Click Apply.

  4. In the WLAN > Edit window, define the parameters specific to the WLAN.

    1. Under Security Policies > Layer 2 Security, check the MAC Filtering check box.

      This enables MAC authentication for the WLAN.

    2. Under General Policies > Interface Name, select the interface to which the WLAN is mapped.

    3. Under RADIUS servers, select the RADIUS server that will be used for MAC authentication.

      Note: Before you can select the RADIUS server from the WLAN > Edit window, you should define the RADIUS server in the Security > Radius Authentication window and enable the RADIUS server.

    4. Select the other parameters, which depend on the design requirements of the WLAN.

    5. Click Apply.

  5. Click Security > MAC Filtering.

  6. In the MAC Filtering window, choose the type of RADIUS server under RADIUS Compatibility Mode.

    This example uses Cisco ACS.

  7. From the MAC Delimiter pull down menu, choose the MAC delimiter.

    This example uses Colon.

  8. Click Apply.

The next step is to configure the ACS server with the client MAC addresses.

Configure the RADIUS Server with Client MAC Addresses

Complete these steps in order to add a MAC address to the ACS:

  1. Define the WLC as an AAA client on the ACS server. Click Network Configuration from the ACS GUI.

  2. When the Network Configuration window appears, define the name of the WLC, the IP address, the shared secret and the authentication method (RADIUS Cisco Aironet or RADIUS Airespace).

    Refer to the documentation from the manufacturer for other non-ACS authentication servers.

    Note: The shared secret key that you configure on the WLC and the ACS server must match. The shared secret is case sensitive.

  3. From the ACS main menu, click User Setup.

  4. In the User text box, enter the MAC address in order to add to the user database.

    Note: The MAC address must be exactly as it is sent by the WLC for both the username and the password. If authentication fails, check the failed attempts log to see how the MAC is reported by the WLC. Do not cut and paste the MAC address, as this can introduce phantom characters.

  5. In the User Setup window, enter the MAC address in the Secure-PAP password text box.

    Note: The MAC address must be exactly as it is sent by the WLC for both the username and the password. If authentication fails, check the failed attempts log to see how the MAC is reported by the AP. Do not cut and paste the MAC address, as this can introduce phantom characters.

  6. Click Submit.

  7. Repeat steps 2-5 in order to add more users to the ACS database.

    Now, when clients connect to this WLAN, the WLC passes the credentials to the ACS server. The ACS server validates the credentials against the ACS database. If the client MAC address is present in the database, the ACS RADIUS server returns an authentication success to the WLC and the client will be granted access to the WLAN.

Use the CLI to Configure the MAC Filter on WLC

This document previously discussed how to use the WLC GUI to configure MAC filters. You can also use the CLI in order to configure MAC filters on the WLC. You can use these commands in order to configure the MAC filter on WLC:

  • Issue the config wlan mac-filtering enable wlan_id command in order to enable MAC filtering. bEnter the show wlan command in order to verify that you have MAC filtering enabled for the WLAN.

  • config macfilter add command:

    The config macfilter add command lets you add a macfilter, interface, description, and so forth.

    Use the config macfilter add command in order to create a MAC filter entry on the Cisco Wireless LAN controller. Use this command in order to add a client locally to a wireless LAN on the Cisco Wireless LAN controller. This filter bypasses the RADIUS authentication process.

    Example:

    Enter a static MAC-to-IP address mapping. This can be done to support a passive client, that is, one that does not use DHCP and does not transmit unsolicited IP packets.

  • config macfilter ip-address command

    The config macfilter ip-address command lets you map an existing MAC-filter to an IP address. Use this command in order to configure an IP address into the local MAC filter database:

    Example:

Configure a Timeout for Disabled Clients

You can configure a timeout for disabled clients. Clients who fail to authenticate three times during attempts to associate are automatically disabled from further association attempts. After the timeout period expires, the client is allowed to retry authentication until it associates or fails authentication and is excluded again.

Enter the config wlan exclusionlist wlan_id timeout command in order to configure the timeout for disabled clients. The timeout value can be from 1 to 65535 seconds, or you can enter 0 in order to permanently disable the client.

Verify

Use these commands in order to verify if the MAC filter is configured correctly:

The Output Interpreter Tool (registered customers only) (OIT) supports certain show commands. Use the OIT to view an analysis of show command output.

  • show macfilter summary—Displays a summary of all MAC filter entries.

  • show macfilter detail <client MAC Address>—Detailed display of a MAC filter entry.

Here is an example of the show macfilter summary command:

Here is an example of the show macfilter detail command:

Troubleshoot

You can use these commands to troubleshoot your configuration:

How To Hack Mac Filter Wifi On Android

Note: Refer to Important Information on Debug Commands before you use debug commands.

How To Hack Mac Filtering Wifi Using Android Without Root

  • debug aaa all enable— Provides debugging of all AAA messages.

  • debug mac addr <Client-MAC-address xx:xx:xx:xx:xx:xx>—In order to configure MAC debugging, use the debug mac command.

Here is an example of the debug aaa all enable command:

When a wireless client is not present in the MAC address database on the WLC (local database) or on the RADIUS server tries to associate to the WLAN, that client will be excluded. Here is an example of the debug aaa all enable command for an unsuccessful MAC authentication:

Wireless Clients that Try to Authenticate by MAC Address are Rejected; Failed Authentication Report Shows Internal Errors

When you use ACS 4.1 that runs on a Microsoft Windows 2003 Enterprise server, clients that try to authenticate by the MAC address are rejected. This occurs when an AAA client sends the Service-Type=10 attribute value to the AAA server. This is because of Cisco bug ID CSCsh62641 (registered customers only) . AAA clients affected by this bug include WLCs and switches that use MAC Authentication Bypass.

The workarounds are:

  • Downgrade to ACS 4.0.

    or

  • Add the MAC addresses to be authenticated to a Network Access Protection (NAP) under the internal ACS DB MAC address table.

Not able to add a MAC filter using the WLC GUI

This can happen becaue of the Cisco bug ID CSCsj98722 (registered customers only) . The bug is fixed in 4.2 release of code. If you are running versions earlier than 4.2, you can upgrade the firmware to 4.2 or use these two workarounds for this issue.

  • Use the CLI in order to configure the MAC Filter with this command:

  • From the Web GUI of the controller, choose Any WLAN under the Security tab and enter the MAC address to be filtered.

Silent client not placed in run state

If DHCP required is not configured on the controller, the APs learn the IP address of wireless clients when the wireless clients send out the first IP packet or ARP. If the wireless clients are passive devices, for example, devices that do not initiate a communication, then the APs fails to learn the IP address of the wireless devices. As a result, the controller waits ten seconds for the client to send an IP packet. If there is no response from the packet from the client, then the controller drops any packets to the passive wireless clients. This issue is documented in Cisco bug ID CSCsq46427 (registered customers only)

As a recommended workaround for passive devices like printers, wireless PLC pumps and so forth, you need to set the WLAN for MAC filtering and have AAA override checked in order to allow these devices to be connected.

A MAC address filter can be created on the controller that maps the MAC address of the wireless device to an IP address.

Note: This requires MAC address filtering to be enabled on the WLAN configuration for Layer 2 Security. It also requires Allow AAA Overide to be enabled in the advance settings of the WLAN configuration.

From the CLI, enter this command in order to create the MAC address filter:

Here is an example:

Related Information