哈哈哈,搞定OPENWRT上REAVER不能PIN了。降libpcap到1.1.1版本就行了

来源:互联网 发布:数据库管理系统是一种 编辑:程序博客网 时间:2024/06/04 18:50

一些关键点:

在package找到libpcap的目录,用1.1.1版本的替换掉。

然后重新编译

如提示找不到libpcap动态库,就做个链接或COPY。

===========================================================

问题的现象是:

wash -i mon0 -C,一下就退出了

root@OpenWrt:~# wash -i mon0 -C

Wash v1.4 WiFi Protected Setup Scan Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>

BSSID              Channel  RSSI  WPS Version  WPS Locked  ESSID
--------------------------------------------------------------------------------------



root@OpenWrt:~#
===========================================
REAVER也不正常


root@OpenWrt:~# reaver -i mon0 -b 11:11:11:11:11:11 -a -S -vv

Reaver v1.4 WiFi Protected Setup Attack Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>

[+] Waiting for beacon from 11:11:11:11:11:11
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: (null))
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: (null))
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: (null))
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: (null))
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: (null))
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: (null))
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: (null))
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: (null))
[+] Switching mon0 to channel 1
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: some_ssid)
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: some_ssid)
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: some_ssid)
[+] Associated with 11:11:11:11:11:11 (ESSID: some_ssid)
[+] Trying pin 12345670
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: some_ssid)
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: some_ssid)
[+] Sending EAPOL START request
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x04), re-trying last pin
[+] Trying pin 12345670
[+] Sending EAPOL START request
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x04), re-trying last pin
[+] Trying pin 12345670
[+] Sending EAPOL START request
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x04), re-trying last pin
[+] Trying pin 12345670
[+] Sending EAPOL START request
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x04), re-trying last pin
[+] Trying pin 12345670
[!] WARNING: Failed to associate with 11:11:11:11:11:11 (ESSID: some_ssid)

[+] Sending EAPOL START request
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x04), re-trying last pin
^C
[+] Nothing done, nothing to save.
root@OpenWrt:~#

1 0