我正在尝试 wifi USB 棒 tp-link wn321g @ ubuntu 11.04(在 virtualbox 中),到目前为止我能够扫描空气,连接到 wpa2 网络并使用 airodump-ng 进行一些基本信息收集
现在说到数据包注入,固件似乎没有能力。更具体地说,我将 wlan0 锁定到特定通道aireplay-ng
,它完全忽略我,将通道设置为 -1
root@delta:~# iwconfig wlan0 channel 1
root@delta:~# airmon-ng start wlan0 1
Interface Chipset Driver
wlan0 Unknown rt2800usb - [phy0]
(monitor mode enabled on mon0)
root@delta:~# iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
airodump-ng -c1 mon0
CH 1 ][ Elapsed: 8 s ][ 2011-07-27 17:22 ][ fixed channel mon0: -1
BSSID PWR RXQ Beacons #Data, #/s CH MB ENC CIPHER AUTH ESSID
BSSID STATION PWR Rate Lost Packets Probes
root@delta:~# aireplay-ng -0 1 -a 00:26:18:D8:CC:89 -c 00:1E:65:7B:81:34 mon0
17:43:56 Waiting for beacon frame (BSSID: 00:26:18:D8:CC:89) on channel -1
17:44:02 mon0 is on channel -1, but the AP uses channel 1
root@delta:~#
我尝试过不同的模块( rt2800usb、rt2870sta ),rt2800usb 适用于 airodump-ng 和信息收集,rt2870sta 适用wpa_supplicant
于网络连接 - 而不是出于某种原因相反。
有谁有使用此 wifi 卡/芯片组/固件的经验并成功使用 Aircrack 套件进行渗透测试吗?下面是一些具体数据:
root@delta:~# uname -a
Linux delta 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:05:41 UTC 2011 i686 i686 i386 GNU/Linux
root@delta:~# lsusb
Bus 002 Device 002: ID 80ee:0021
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 148f:2070 Ralink Technology, Corp. RT2070 Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@delta:~# lsmod |grep ^rt
rt2800usb 22184 0
rt2800lib 52239 1 rt2800usb
rt2x00usb 19915 1 rt2800usb
rt2x00lib 47674 3 rt2800usb,rt2800lib,rt2x00usb