什么是“煮熟模式”wifi监控?

什么是“煮熟模式”wifi监控?

iw以下是的页面摘录help

dev <devname> set monitor *
        Set monitor flags. Valid flags are:
        none:     no special flags
        fcsfail:  show frames with FCS errors
        control:  show control frames
        otherbss: show frames from other BSSes
        cook:     use cooked mode
        active:   use active mode (ACK incoming unicast packets)
        mumimo-groupid : use MUMIMO according to a group id
        mumimo-follow-mac : use MUMIMO according to a MAC address

什么是“煮熟模式”wifi监控?

答案1

我正在搜索有关这些标志的详细信息,并且在Aircrack-ng 博客

Cook:参考 HostAPd 的一种模式,其中 mac80211 实际上并未查看身份验证帧。它仅适用于 HostAPd 的旧版本。

相关内容