VirtualBox上のKaliLinuxでこの問題が発生します。 USBネットワークカードを持っています:
root@kali:~# lsusb
Bus 001 Device 002: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
私は一週間中多くのドライバーをインストールしようとしましたが、それでも同じエラーが発生します:
root@kali:~# airmon-ng start wlan0
PHY Interface Driver Chipset
phy0 wlan0 rtl8812au Realtek Semiconductor Corp. RTL8812AU
802.11a/b/g/n/ac WLAN Adapter cat: /sys/class/ieee80211/phy0/device/net/wlan0mon/type: No such file or directory
Newly created monitor mode interface wlan0mon is *NOT* in monitor
mode. Removing non-monitor wlan0mon interface...
WARNING: unable to start monitor mode, please run "airmon-ng check kill"
私は試した airmon-ng check kill
。機能していません。良いドライバーを見つける方法はありますか?
VirtualBoxとしてKaliを使用していますVMで、AWUS036ACHドライバを
apt install realtek-rtl88xxau-dkms
その後、次のコマンドを実行してモニターモードをアクティブにします。
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up