eried / flipperzero-mayhem

Perfect companion for your Flipper Zero. ESP32 with WiFi, BT/BLE, micro-SD, camera+PSRAM, flashlight and extras: NRF24/CC1101, 3V/5V sensors
MIT License
548 stars 29 forks source link

Channel numbers on list -a #11

Closed sfjuocekr closed 1 year ago

sfjuocekr commented 1 year ago

The original ESP Marauder shows the channel numbers when you do a list -a, this helps tremendously when you need to know what channel to sniff on for PMKID's.

eried commented 1 year ago

also in the flipper version? this is a fork of that project so it should behave the same 🙂

sfjuocekr commented 1 year ago

Maybe the way it shows was changed, but when I use marauder on the WiFi devboard it does show me channels when I do a list -a.

There have been quite a few changes to marauder over the past weeks/months. For example the EAPOL messages used to show no MAC address on the wifi devboard like your ESP32CAM version does, but on the wifi devboard they do show MAC addresses now.

eried commented 1 year ago

mmm, but when you say original marauder what do you mean? I do not really understand what changes you refer to. This is based on marauder esp32 so it should be the same behaviour unless something changed last weeks

sfjuocekr commented 1 year ago

When I say original Marauder I meant pulled from https://github.com/justcallmekoko/ESP32Marauder/

I have since build my own from that repo with some changes and got it working like a bare bones marauder at the moment. It also seems to support BT!

Also your "base" marauder version is 10.3, which was indeed missing channels and BSSID output.

eried commented 1 year ago

Yes, it will be updated soon