justcallmekoko / ESP32Marauder

A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
5.19k stars 568 forks source link

Man in the Middle Attack #309

Open AmongusGaming opened 1 year ago

AmongusGaming commented 1 year ago

I don’t know if this is possible on an esp32, but it would be very powerful if flipper zero marauder had MiTMA support. would really love seeing this, i could pay the person who does it.

trisp3ar commented 1 year ago

In general it should be possible. Creating APs is already working but connecting the Marauder to a WiFi AP is something that would need to be implemented. The limitations I see are in connecting the Marauder to the AP and creating a rogue AP simultaneously, while forwarding packages while also running a MiTMA. With the 150 Mbps the ESP32 offers, you have some serious limitations, not to mentions the limited processing power of the WROOM module. A WiFi Pineapple would be the more viable choice for you application.

justcallmekoko commented 1 year ago

The main problem here is that there is only one radio

AmongusGaming commented 1 year ago

Ah I see. I’ll probably get the WiFi Pineapple then.