Hi
I've got a couple of chinese ZBT-WR8305RT, they are based on the MT7620 and they have been discussed previously in this thread
https://forum.openwrt.org/viewtopic.php?id=50466
This devices came preloaded wit 12.09 with pandora box. (Chinese clone)
I've found out this devices are quite difficult to brick, I've been playing with the configurations and a couple times I end up with an unreachable device, I've just downloaded the firmware from the chinese repository (http://downloads.openwrt.org.cn/Pandora … -WR8305RT/) and I was able to recover the device to its original status.
I'm starting to like it because it has 32mb ram and 16mb flash and it's quite cheap $18dll and if you buy larger quantities you get $11 price.
Right now I have the problem I can't set the wireless interface in monitor mode, I would like to run airodump but everytime I tried to add the mon0 I get this:
airmon-ng start ra0
ps: invalid option -- A
BusyBox v1.19.4 (2014-06-10 23:03:40 CST) multi-call binary.
Usage: ps
Show list of processes
w Wide output
Interface Chipset Driver
wds1 Ralink 2560 PCI rt2500
wds0 Ralink 2560 PCI rt2500
ra0 Ralink 2560 PCI rt2500 (monitor mode enabled)
wds3 Ralink 2560 PCI rt2500
apcli0 Ralink 2560 PCI rt2500
wds2 Ralink 2560 PCI rt2500
airodump-ng ra0
ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead. Make
sure RFMON is enabled: run 'airmon-ng start ra0 <#>'
Sysfs injection support was not found either.
I'm confused because airmon shows as the driver being used the Ralink 2560 but when I run the iwconfig
ifb0 no wireless extensions.
gre0 no wireless extensions.
wds1 RT2860v2 SoftAP ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:300 Mb/s Tx-Power=18 dBm
Encryption key:off
Power Management:on
eth2.1 no wireless extensions.
lo no wireless extensions.
eth2 no wireless extensions.
wds0 RT2860v2 SoftAP ESSID:"SPARKIATRON"
Mode:Managed Frequency:2.412 GHz Access Point: 00:01:42:40:01:20
Bit Rate=300 Mb/s Tx-Power=18 dBm
Encryption key:off
Power Management:on
ra0 RT2860v2 SoftAP ESSID:"SPARKIATRON"
Mode:Managed Frequency:2.412 GHz Access Point: 00:01:42:40:01:20
Bit Rate=300 Mb/s Tx-Power=18 dBm
Encryption key:off
Power Management:on
Link Quality=10/100 Signal level:-70 dBm Noise level:-85 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
wds3 RT2860v2 SoftAP ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:300 Mb/s Tx-Power=18 dBm
Encryption key:off
Power Management:on
ifb1 no wireless extensions.
apcli0 RT2860v2 SoftAP ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:300 Mb/s Tx-Power=18 dBm
Encryption key:off
Power Management:on
Link Quality=10/100 Signal level:-70 dBm Noise level:-86 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
br-lan no wireless extensions.
wds2 RT2860v2 SoftAP ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:300 Mb/s Tx-Power=18 dBm
Encryption key:off
Power Management:on
eth2.2 no wireless extensions.
it shows plenty of another interfaces I haven't defined in the network config file and the RT2860v2 as driver.
I have the wifi working properly and the device working as an AP routed, but I want to run the aircrack suite, what I'm missing to put this device in monitor mode?
thank you