Skip to content

yangwao/random-mac-address-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-mac-address-generator

I've just been bored in Flixbus going from Vienna, so I made another random mac generator. They have limits 150M/day/mac address. Let's fix it.


    write down your real(own) mac address
    ⫸ ifconfig en0 | grep ether
    => your current mac address is 00:1e:d5:02:4a:8e
    Set new random mac with real vendor
    ⫸ sudo ifconfig en0 ether 58:e8:76:06:6c:8e
    Turn Off & On wifi
    ⫸ networksetup -setairportpower en0 off
    ⫸ networksetup -setairportpower en0 on
    

Source of IEEE mac address

awk '$0 ~ "(hex)"{$2="";gsub("-","");print}' \
       oui.txt > oui-mac.txt

credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published