设备broadcast SSIDs of networks they connected to previosly.我想知道如何使用NodeMCU Lua API(“将网卡设置为监视模式”)收听此类广播吗?
最佳答案
我看到其他人发布了有关“嗅探器模式下的ESP8266”的信息。如果直接使用Espressif SDK而不是NodeMCU,则似乎可行。 NodeMCU没有监视模式,请参见API docs。
有一个名为“ ESP8266 Sniffer Introduction”的乐鑫白皮书。
您可能还想看看以下两个存储库:
https://github.com/Informatic/esp8266-sniffer
https://github.com/CHERTS/esp8266-devkit/tree/master/Espressif/examples/wifi-sniffer