出于某种原因,我无法像以前在其他平台上那样将新 Raspberry Pi 3 上的内置 Wi-Fi 适配器转换为监控模式。
首先我杀死干扰的进程sudo airmon-ng check kill
:
Found 4 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
364 avahi-daemon
385 avahi-daemon
411 wpa_supplicant
629 dhcpcd
Process with PID 411 (wpa_supplicant) is running on interface wlan0
Killing all those processes...
然后我尝试使用以下命令启用监控模式sudo airmon-ng start wlan0
:
Interface Chipset Driver
wlan0 Unknown brcmfmac_sdio - [phy0]mon0: ERROR while getting interface flags: No such device
(monitor mode enabled on mon0)
输出显示它已启用,但我无法使用mon0
.
如何解决此问题并将适配器转换为监控模式?