Airmon-ng 无法创建监控接口

Airmon-ng 无法创建监控接口

当我尝试启动 airmon-ng 时,我得到以下输出

# airmon-ng start wlan0

Found 5 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
993     avahi-daemon
994     NetworkManager
999     avahi-daemon
1539    wpa_supplicant
4568    dhclient
Process with PID 4568 (dhclient) is running on interface wlan0


Interface   Chipset     Driver

wlan0       Broadcom    b43 - [phy0]

当我用以下方法终止这些进程时

kill -9 993 994 999 1539 4568

它没有帮助。airodump-ng 和 aireplay-ng 不起作用。

答案1

您可能需要检查您的设备是否受支持。请参阅支持的设备列表

相关内容