我使用的是 MacBook Pro 2018 并使用以下方法安装了 AWUS036ACH Wifi 驱动程序:
apt-get update
apt-get install realtek-rtl88xxau--dkms
Run Code Online (Sandbox Code Playgroud)
我再次运行操作系统并重新连接我的设备(由于雷电插座,我使用 USB 集线器)并运行了一系列测试。
它似乎工作了一秒钟,注射了,然后灯熄灭了,从那以后它就停止工作了。
我看到它仍然连接,但它似乎不再注入数据包。
root@kali:~# iwconfig
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=18 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
lo no wireless extensions.
eth0 no wireless extensions.
root@kali:~# airmon-ng check kill
Killing these processes:
PID Name
706 wpa_supplicant
root@kali:~# airmon-ng start wlan0
PHY Interface Driver Chipset
phy0 wlan0 88XXau Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
(monitor mode …
Run Code Online (Sandbox Code Playgroud)