Airpass – Easily overcome WiFi time limits
airpass.tiagoalves.me
Airpass – Easily overcome WiFi time limits
1–10 of 278 posts
Re: Airpass – Easily overcome WiFi time limits
#2Re: Airpass – Easily overcome WiFi time limits
#3 sudo.exec("/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport en0 -z && ifconfig en0 ether `openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'`",Re: Airpass – Easily overcome WiFi time limits
#4That would let you, for example, clone a MAC address or IP address between your computer and a phone, and maybe automatically resolve contention.
That way, you can split purchased WiFi (such as on a plane) between multiple devices.
Re: Airpass – Easily overcome WiFi time limits
#5Re: Airpass – Easily overcome WiFi time limits
#6Re: Airpass – Easily overcome WiFi time limits
#7For MacOS (Sequoia+) you can just forget the network and reconnect to get a new MAC address [1].
Android's documentation for if it decides to generate a new address per connection is a little vague [2], but I'm guessing forgetting and reconnecting works as well, you may also need to flip the "Wi-Fi non-persistent MAC randomization" bit in developer settings.
On Windows, flipping the "Random hardware address" switch seems to cause it to generate a new seed/address for me.
[1] https://support.apple.com/en-euro/102509
[2] https://source.android.com/docs/core/connect/wifi-mac-random...
Re: Airpass – Easily overcome WiFi time limits
#8Doesn't Mac already have this with rotating MAC addresses? I also ran into an access point that detected this and required me to turn it off to continue.
Re: Airpass – Easily overcome WiFi time limits
#9Alternatively, if you don't want to run the whole Electron app, the money is this line: sudo.exec("/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport en0 -z && ifconfig en0 ether `openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'`",
Re: Airpass – Easily overcome WiFi time limits
#10Doesn't Mac already have this with rotating MAC addresses? I also ran into an access point that detected this and required me to turn it off to continue.
I wonder how it detected it. Perhaps the randomly-generated ones are mostly in invalid/unassigned MAC space?