使用我的无线适配器在监视器模式下的airodump-ng,我能够得到预期的扫描来运行。

我有几个问题:
发布于 2019-01-17 18:47:48
如果我正确理解,站点BSSID是客户端连接到的接入点,
你是对的。
为什么他们没有出现在上面的AP列表中?
来自描述"BSSID“字段的airodump-ng文档:
MAC address of the access point. In the Client section, a BSSID of
“(not associated)” means that the client is not associated with any
AP. In this unassociated state, it is searching for an AP to connect
with.因此,通常情况下,应用程序通过听到客户端发送探测请求来检测客户端,试图找到附近的无线网络。
发布于 2018-12-18 11:32:02
我终于能够理解这一切。
https://security.stackexchange.com/questions/199973
复制相似问题