Page 1 of 1

Wifi Sniffing on ESP32 with MicroPython?

Posted: Mon Nov 11, 2019 11:29 pm
by misaalanshori
Is it possible to do wifi sniffing/promiscuous mode on the ESP32 using micropython?

I found this https://github.com/cyberman54/ESP32-Paxcounter ESP32 Paxcounter and I want to try to replicate it but on micropython.

And also just doing other things with the wifi like capturing packets, fake beacons, and other stuff

Re: Wifi Sniffing on ESP32 with MicroPython?

Posted: Tue Nov 12, 2019 1:35 am
by jimmo
There was a recent discussion about this -- viewtopic.php?f=18&t=7191

(The answer is that it's probably fairly straightforward to implement but no-one has done so yet)