准备工具:

aircrack-ng

步骤

1、下载源码编译。

https://github.com/aircrack-ng/aircrack-ng

1
2
3
4
5
6
7
8
9
10
Compiling on OS X with macports (and all options):

./configure --with-experimental
gmake
Compiling on macOS running on M1/AARCH64 and Homebrew:

autoreconf -vif
env CPPFLAGS="-Wno-deprecated-declarations" ./configure --with-experimental
make
make check

2、教程

https://www.cnblogs.com/halberd-lee/p/11400347.html

https://chaishiwei.com/blog/562.html

3、爆破字典

https://github.com/rootphantomer/Blasting_dictionary