我需要在运行 Ubuntu 22.04.2 LTS 的 Lenovo Legion 计算机上启用监控模式,才能开始通过 Wireshark 嗅探 wifi 流量。 我已经通过
apt-get install
正确安装了 Wireshark,但不幸的是,在“捕获”选项中的“监视模式”列下,没有显示任何复选框,而只显示一条小直线 __
此外,如果我在终端内运行
ifconfig -a
,则不会显示wlan0接口,而仅显示wlp3s0接口,该接口似乎是以太网(即使它肯定是无线接口)
我已经想出如何处理它了:
sudo ifconfig wlp3s0 down
sudo iwconfig wlp3s0 mode monitor
sudo ifconfig wlp3s0 up
sudo wireshark