我想将我的卡变成监控模式,所以我这样做了:
ifconfig wlp2s0 down
iwconfig wlp2s0 mode monitor
它向我展示了这样的东西:
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlp2s0 ; Operation not supported.
我真的需要将我的卡变成这种模式,我没有 wlan0 接口,我什至不知道为什么。
答案1
使用ip
,不使用i.config
。它将是这样的:
ip link set wlp2s0 down
ip link set dev wlp2s0 monitor on
并检查 wlp2s0:
ip link | grep wlp2s0
如果不存在,则查找另一个带有 的接口ip link
。也有可能您的 Wi-Fi 适配器不支持监控功能。
答案2
尝试使用wireshark,无需任何更改,只需使用“sudo”即可。