我在 Kali Linux 2019.1 上运行带有芯片组 AR8812AU 的 Wifi 适配器。我尝试使用以下命令运行 airmon-ng,以 oa 特定 AP 为目标:
airmon-ng --bssid $APmac -c $APchannel wlan0
问题是界面显示以下消息:
fixed channel wlan: $channel
并且频道每隔一秒左右就会变化。
这使我无法运行命令,因为我尝试关联的 AP 具有固定通道,并且我收到的消息是:
13:58:53 Waiting for beacon frame (BSSID: 70:xx:xx:xx:xx:xx) on channel $channel
13:58:57 wlan0 is on channel $channel, but the AP uses channel 1
$channel 总是每秒都在变化。
我尝试给 wlan0 提供一个固定通道,接口要么打开,要么关闭
ifconfig wlan0 down
iwconfig wlan0 channel 1
ifconfig wlan0 up
命令成功,但问题仍然存在。