由于某些原因,我无法将新Raspberry Pi 3上内置的Wi适配器转换为监视器模式,就像我以前在其他平台上所做的那样。
首先,我要杀死干扰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。
如何解决这个问题并将适配器转换为监视器模式?
发布于 2016-04-26 07:50:49
你不能。并不是所有的芯片组/wifi驱动程序都支持监控模式。Broadcom因缺乏开源驱动程序功能支持而闻名。
RPi 3目前的驱动程序实现不支持监控模式,这已经是众所周知的了。
如果你要买一个替代品,不要去买一个便宜的realtek,很多bug。购买ralink或atheros,并首先检查芯片组(和监视器模式)是否得到Linux内核的良好支持。
我个人对这款8-10欧元的拉林克感到满意,它是在Aliexpress公司购买的:(链接死了几次,被特性所取代):2T2R 300 this双带2.4GHz 5.8GHz- RT5572N WiFi USB-适配器
另见https://unix.stackexchange.com/questions/252210/wi-fi-problems-using-asus-usb-n13-adapter-realtek
发布于 2016-12-31 10:01:47
默认固件不允许监视器模式。尼克斯蒙项目有补丁来启用该功能。
https://security.stackexchange.com/questions/121538
复制相似问题