PDA

View Full Version : ALFA awus036a card monitort mode



dexter1992
2022-01-28, 12:34
Hi, I have a problem with the ALFA awus036a card. The card has drivers installed in kali linux rtl8812au. I mean the monitor mode, which should look like wlan0mon. The fact card goes into monitor mode after entering the iwconfig command, you can see that the monitor mode is on, but I cannot scan the network by such an error:


┌──(root💀kali)-[~]
└─# airodump-ng wlan1mon
Interface wlan1mon:
ioctl(SIOCGIFINDEX) failed: No such device
Failed initializing wireless card(s): wlan1mon




┌──(root💀kali)-[~]
└─# iwconfig
lo no wireless extensions.

wlan0 IEEE 802.11 ESSID:"Domek_WIFI"
Mode:Managed Frequency:5.18 GHz Access Point: 44:FE:3B:61:C8:54
Bit Rate=433.3 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Link Quality=52/70 Signal level=-58 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:6 Missed beacon:0

wlan1 unassociated ESSID:"" Nickname:"<WIFI@REALTEK>"
Mode:Monitor Frequency=2.457 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

gspector
2022-05-02, 20:09
did you do:
airmon-ng check kill
airmon-ng start wlan0

before you tried to do airodump? If you didn't, you havent created the virtual monitoring interface hence why airodump is unable to initialize.

If you do iwconfig and airmon-ng you should see the following output:
gspector@Kali-VM:~$ sudo airmon-ng
[sudo] password for gspector:


PHY Interface Driver Chipset


phy1 wlan0mon mt76x2u MediaTek Inc. MT7612U 802.11a/b/g/n/ac


gspector@Kali-VM:~$ iwconfig
lo no wireless extensions.


eth0 no wireless extensions.


wlan0mon IEEE 802.11 Mode:Monitor Frequency:5.22 GHz Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on

it looks to me like you havent executed the commands up top.