VirtualBox UbuntuクライアントのTP-Link WN321G USBワイヤレスLAN

VirtualBox UbuntuクライアントのTP-Link WN321G USBワイヤレスLAN

私はWi-Fi 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ネットワーク接続に機能しますが、何らかの理由でその逆ではありません。

このWi-Fiカード/チップセット/ファームウェアの経験があり、侵入テストのために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

ベストアンサー1

おすすめ記事