Skip to content

For Macintosh computers, a Bash script for resetting the wifi MAC address to bypass time limits in public hotspots.

License

Notifications You must be signed in to change notification settings

llang629/wifimac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

wifimac

Some public wifi hotspots limit access time. This limit is usually enforced per hardware MAC address of the wifi interface for each computer.

To bypass such time limits, this Bash script for Macintosh computers sets the wifi MAC address to a random value. (The second-least-significant bit of the most significant byte of the address is set to 1, indicating a locally administered address.)

Place the script into a file named wifimac.sh, then execute from the terminal command line:

  bash wifimac.sh

Or place it into a file named wifimac.command, then execute by double-clicking.

Administrator password required.

The script can be re-executed periodically to start a new wifi hotspot access time period.

The MAC address will reset to default hardware value on the next computer restart.

About

For Macintosh computers, a Bash script for resetting the wifi MAC address to bypass time limits in public hotspots.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages