Advertisement
marwanpro

mac adress renew osx

Apr 15th, 2016
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. sudo /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport -z
  2. sudo ifconfig en0 ether $(openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/./0/2; s/.$//')
  3. networksetup -detectnewhardware
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement