Skip to content

Ivkaa/random-mac-address-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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. Run
   ifconfig en0 | grep ether
  Set new random mac *with real vendor*
   sudo ifconfig en0 ether 00:20:2f:bd:84:e2
  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

Languages

  • JavaScript 100.0%