Bypassing MAC Filtering
First scan for available networks
Find the network you're trying to connect to and copy one of the clients mac addresses.
Just stealing a client mac might suck due to mac collisions.
A better method is to either 1. deauth the client or 2. wait for the client to disconnect naturally before connecting.
We can also check if there is a 5 GHz band available for the ESSID. If the 5 GHz band is available, we can attempt to connect to the network using that frequency, which would avoid collision events since most clients are connected to the 2.4 GHz band.
https://github.com/alobbs/macchanger
Change mac:
now try to connect!