吴聊生活 发表于 2012-2-23 22:11

好像那个说楼主以前发帖很钟情搞回复可见的,现在论坛不允许这样搞了,现在楼主又搞收费贴了,并且设置仅作者可见,楼主这样搞不好啊。论坛是讨论交流的地方,这样何谈交流啊

placier 发表于 2012-2-23 22:02

还能这样啊,试试看

liw2z3 发表于 2012-2-23 21:55

不发nack,你加n有什么用!15大元啊,厉害

fisso 发表于 2012-2-23 21:53

其实就是多加了个-n而已
Reaver v1.4的参数说明
-i, --interface=  Name of the monitor-mode interface  ...
wei75 发表于 2012-2-23 21:50 http://forum.anywlan.com/images/common/back.gif


嗯,wei兄说的非常在理,也是利用了其中的参数,

56818009 发表于 2012-2-23 21:52

15金,想钱想疯了吧

liw2z3 发表于 2012-2-23 21:51

就是啊,收这么很的钱,那你把这个用你的方法解决了:http://forum.anywlan.com/thread-120133-1-1.html

maxyoyo 发表于 2012-2-23 21:50

我知道。只收两金币!!!

wei75 发表于 2012-2-23 21:50

本帖最后由 wei75 于 2012-2-23 21:51 编辑

其实就是多加了个-n而已
Reaver v1.4的参数说明
-i, --interface=<wlan>Name of the monitor-mode interface to use
                        网卡的监视接口,通常是mon0
-b, --bssid=<mac>       BSSID of the target AP
                        AP的MAC地址
Optional Arguments:
-m, --mac=<mac>         MAC of the host system
                        指定本机MAC地址,在AP有MAC过滤的时候需要使用
-e, --essid=<ssid>      ESSID of the target AP
                        路由器的ESSID,一般不用指定
-c, --channel=<channel> Set the 802.11 channel for the interface (implies -f)
                        信号的频道,如果不指定会自动扫描
-o, --out-file=<file>   Send output to a log file
                        标准输出到文件
-s, --session=<file>    Restore a previous session file
                        恢复进程文件
-C, --exec=<command>    Execute the supplied command upon successful pin recovery
                        pin成功后执行命令
-D, --daemonize         Daemonize reaver
                        设置reaver成Daemon
-a, --auto            Auto detect the best advanced options for the target AP
                        对目标AP自动检测高级参数
-f, --fixed             Disable channel hopping
                        禁止频道跳转
-5, --5ghz            Use 5GHz 802.11 channels
                        使用5G频道
-v, --verbose         Display non-critical warnings (-vv for more)
                        显示不重要警告信息 -vv 可以显示更多
-q, --quiet             Only display critical messages
                        只显示关键信息
-h, --help            Show help
                        显示帮助
Advanced Options:
-p, --pin=<wps pin>          Use the specified 4 or 8 digit WPS pin
                           直接读取psk(本人测试未成功,建议用网卡自带软件获取)
-d, --delay=<seconds>      Set the delay between pin attempts
                           pin间延时,默认1秒,推荐设0
-l, --lock-delay=<seconds>   Set the time to wait if the AP locks WPS pin attempts
                           AP锁定WPS后等待时间
-g, --max-attempts=<num>   Quit after num pin attempts
                           最大pin次数
-x, --fail-wait=<seconds>    Set the time to sleep after 10 unexpected failures
                           10次意外失败后等待时间,默认0秒
-r, --recurring-delay=<x:y>Sleep for y seconds every x pin attempts
                           每x次pin后等待y秒
-t, --timeout=<seconds>      Set the receive timeout period
                           收包超时,默认5秒
-T, --m57-timeout=<seconds>Set the M5/M7 timeout period
                           M5/M7超时,默认0.2秒
-A, --no-associate         Do not associate with the AP (association must be done by another application)
                           不连入AP(连入过程必须有其他程序完成)
-N, --no-nacks               Do not send NACK messages when out of order packets are received
                           不发送NACK信息(如果一直pin不动,可以尝试这个参数)
-S, --dh-small               Use small DH keys to improve crack speed
                           使用小DH关键值提高速度(推荐使用)
-L, --ignore-locks         Ignore locked state reported by the target AP
                           忽略目标AP报告的锁定状态
-E, --eap-terminate          Terminate each WPS session with an EAP FAIL packet
                           每当收到EAP失败包就终止WPS进程
-n, --nack                   Target AP always sends a NACK
                           对目标AP总是发送NACK,默认自动
-w, --win7                   Mimic a Windows 7 registrar
                           模拟win7注册,默认关闭
------个人心得---------------------------------------------------------
对一个ap刚开始pin的时候打开-vv参数,如果顺利,就中断,然后改成-v继续pin,反正进度是可以保存的
reaver -i mon0 -b xx:xx:xx:xx:xx:xx -d 0 -vv -a -S
如果一直pin不动,尝试加-N参数
reaver -i mon0 -b xx:xx:xx:xx:xx:xx -d 0 -vv -a -S -N
'-n' 是告诉reaver, AP总是发送NACK. auto意味着,不知道AP是否总发送NACK,
因此超时会当作NACK来处理。
‘-N‘ 是当收到乱序包,比如收到等待M3时,收到了M1. 就发送NACK给AP(这里有个bug,
会影响测试的速度,如果乱序包很多。)

joyee0216 发表于 2012-2-23 21:46

[原创] pin过程中解决90.9%和99.9%死循环的实践!!!证明非常有效!!
页: 20 21 22 23 24 25 26 27 28 29 [30]
查看完整版本: pin过程中解决90.9%和99.9%死循环的实践!!!证明非常有效!!