Make: Alfa AWUS036H
Chipset: Realtek RTL8187L
Driver: rtl8187
Injection: Yes
Method:
Code:
rmmod rtl8187
rfkill block all
rfkill unblock all
modprobe rtl8187
rfkill unblock all
ifconfig wlan0 up
Code:
root@bt:~# ifconfig wlan0 up
SIOCSIFFLAGS: Unknown error 132
root@bt:~# rmmod rtl8187
root@bt:~# rfkill block all
root@bt:~# rfkill unblock all
root@bt:~# modprobe rtl8187
root@bt:~# rfkill unblock all
root@bt:~# ifconfig wlan0 up
root@bt:~# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:c0:ca:1e:60:xx
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@bt:~# iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
root@bt:~# lsusb
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 203a:fff9
Bus 001 Device 002: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@bt:~# ls -l /sys/class/net/wlan0/device/driver
lrwxrwxrwx 1 root root 0 2011-10-11 15:39 /sys/class/net/wlan0/device/driver -> ../../../../../../bus/usb/drivers/rtl8187
root@bt:~# lsmod | grep -i rtl8187
rtl8187 51301 0
mac80211 255996 1 rtl8187
cfg80211 153414 2 rtl8187,mac80211
eeprom_93cx6 1292 1 rtl8187
root@bt:~# airmon-ng
Interface Chipset Driver
wlan0 Realtek RTL8187L rtl8187 - [phy0]
root@bt:~# airmon-ng start wlan0 13
Found 3 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
768 NetworkManager
1029 wpa_supplicant
1042 dhclient
Interface Chipset Driver
wlan0 Realtek RTL8187L rtl8187 - [phy4]
(monitor mode enabled on mon0)
root@bt:~# aireplay-ng -9 mon0
23:59:37 Trying broadcast probe requests...
23:59:37 Injection is working!
23:59:39 Found 1 APs
23:59:39 Trying directed probe requests...
23:59:39 00:19:5B:E7:52:xx - channel: 13 - 'SSID'
23:59:41 Ping (min/avg/max): 19.264ms/30.550ms/42.879ms Power: -51.10
23:59:41 30/30: 100%
root@bt:~#