I am trying to send authentication requests from several spoofed mac addresses to the AP. When I ran wireshark, I was able to see authentication responses from the AP. But how is this possible as no probe requests packets have been sent from these spoofed mac addresses.
我正在尝试从几个欺骗的mac地址向AP发送身份验证请求。当我运行wireshark时,我能够看到来自AP的身份验证响应。但是这怎么可能,因为没有探测请求从这些欺骗的mac地址发送数据包。
This looks like this is stateless. But from what I have read, I have understand, there are three states -
看起来这是无国籍的。但据我所知,我明白,有三个州 -
- Unauthenticated, Unassociated
- Authenticated, Unassociated
- Authenticated, Associated
1 个解决方案
#1
Simply, the answer is "Yes, it is possible to send authentication request packets without sending probe requests".
简单来说,答案是“是的,可以在不发送探测请求的情况下发送身份验证请求数据包”。
As far as I know, Probe Requests are only necessary to allow mobile devices to obtain information from the APs at will (i.e. instead of waiting for beacons).
据我所知,探测请求只是允许移动设备随意从AP获取信息(即不是等待信标)。
#1
Simply, the answer is "Yes, it is possible to send authentication request packets without sending probe requests".
简单来说,答案是“是的,可以在不发送探测请求的情况下发送身份验证请求数据包”。
As far as I know, Probe Requests are only necessary to allow mobile devices to obtain information from the APs at will (i.e. instead of waiting for beacons).
据我所知,探测请求只是允许移动设备随意从AP获取信息(即不是等待信标)。