Dear All,
I need your help in order to fix a problem I have with Kali 1.0.9 x64 and my old Alfa AWUS036H.
I'm using Kali Linux 1.0.9 directly from boot (no VM) with attached my AWUS036H (RTL8187L chipset) but I cannot inject any packet into my AP even if it is on the same room (few feets behind me) !!!
The procedure I'm following to complete the task is :
- boot laptop under kali
- plug in Alfa AWUS036H via Y cable: both plugs are connected to my USB 3.0 ports (the laptop have no USB 2.0)
- ifconfig wlan0 down (shutting down integrated wireless card)
- airmon-ng check kill
- airmon-ng start wlan1
- aireplay --test mon0
The problem I have is:
Code:
root@localhost:~# aireplay-ng --test mon0
00:06:04 Trying broadcast probe requests...
00:06:06 No Answer...
00:06:06 Found 5 APs
00:06:06 Trying directed probe requests...
00:06:06 20:4E:7F:00:00:00 - channel: 1 - 'TestAP'
00:06:12 0/30: 0%
This is my config:
Code:
root@localhost:~# uname -a
Linux blackbriar 3.14-kali1-amd64 #1 SMP Debian 3.14.5-1kali1 (2014-06-07) x86_64 GNU/Linux
Code:
root@localhost:~# airmon-ng
Interface Chipset Driver
mon0 Realtek RTL8187L rtl8187 - [phy1]
wlan1 Realtek RTL8187L rtl8187 - [phy1]
wlan0 Intel 6235 iwlwifi - [phy0]
Code:
root@localhost:~# lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 174f:1453 Syntek
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 003 Device 002: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse (M-BT58)
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code:
root@localhost:~# lsmod | grep 8187
rtl8187 59463 0
eeprom_93cx6 12625 1 rtl8187
mac80211 488308 2 rtl8187,iwldvm
cfg80211 436618 4 iwlwifi,mac80211,rtl8187,iwldvm
usbcore 166472 6 uvcvideo,rtl8187,ehci_hcd,ehci_pci,usbhid,xhci_hcd
Code:
root@localhost:~# dmesg | grep 8187
[ 15.299647] usb 3-3: New USB device found, idVendor=0bda, idProduct=8187
[ 15.299654] usb 3-3: Product: RTL8187_Wireless
[ 15.299656] usb 3-3: Manufacturer: Manufacturer_Realtek_RTL8187_
[ 15.435711] ieee80211 phy1: hwaddr 00:c0:ca:53:26:06, RTL8187vB (default) V1 + rtl8225z2, rfkill mask 2
[ 15.444503] rtl8187: Customer ID is 0xFF
[ 15.444972] rtl8187: wireless switch is on
[ 15.445049] usbcore: registered new interface driver rtl8187
Any help is really appreciate !!! Thanx all guys....