破解Hurstville library 500MB下载限制
作者:互联网
为什么要破解呢? 就是不爽,明明免费wifi为何还要限制?
准备工具terminal。
1. 使用ifconfig 找到连接wifi的IP地址,mac address, 或者直接通过
ifconfig en1 | grep ether 找到mac address
2. 使用命令 openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//' 生成随机6字节
3. 使用命令 sudo ifconfig en1 ether 加上上一步生成的随机字节
4. 如果还连着图书馆wifi的话,会splash一个连接的页面,让你同意,继续500MB下载吧。。
标签:500MB,wifi,library,ifconfig,mac,address,ether,Hurstville 来源: https://www.cnblogs.com/systembighunter/p/14388415.html