Skip to content

Releases: justcallmekoko/ESP32Marauder

v0.9.17

19 Oct 20:45
Compare
Choose a tag to compare
  • Allow users to specify destination MAC address for deauthentication attack
    • attack -t deauth -d <dst_mac>
  • Improve UI for Marauder Mini when selecting access points for targeted attacks
    • You can now use Select APs from the WiFi General menu on the Marauder Mini

See Update Firmware for update instructions

Discord

v0.9.16

13 Oct 21:29
Compare
Choose a tag to compare
  • Add Raw Capture function to menu.
    • This can be used with the sniffraw command
    • This function will capture ALL wifi traffic including data so it can be analyzed with wireshark later
  • Allow manual deauthentication using specified source mac address.
    • This will allow the user to specify a source mac address for deauthentication attack rather than having to scan APs and select from a list. This can be done from the CLI with the following command attack -t deauth -s <src mac>

See Update Firmware for update instructions

Discord

v0.9.15

08 Sep 00:17
Compare
Choose a tag to compare
  • Fix SD card failure to initialize with certain SD card specs/brands

Note:

  • This will not work if you build from source and don't replace the arduino-esp32 v2.0.0-rc2 SD lib with the SD lib from arduino-esp32 v2.0.4
  • Precompiled bins will work just fine

Since there are so many types of SD cards, I can't promise this will work with EVERY single one of them. I can verify this update corrected all initialization issues I had with any SD cards in my possession that previously failed.

See Update Firmware for update instructions

v0.9.14

30 Aug 13:57
d2b8cf7
Compare
Choose a tag to compare
  • Fix empty PCAP files from scan results

See Update Firmware for update instructions

v0.9.13

06 Aug 17:03
Compare
Choose a tag to compare
  • Fix PMKID sniff not sending deauths after receiving EAPOL
  • Fix MarauderOTA AP showing while sniffing PMKID
  • Add settings command switches
  • Add RSSI to AP characteristic when scanning for APs
  • Show RSSI when listing APs

Notes:

  • For settings -s to work, you must update your settings format with settings -r. This will reset your settings but update them to the new format

See Update Firmware for update instructions

v0.9.13-rc1

02 Aug 18:22
Compare
Choose a tag to compare
v0.9.13-rc1 Pre-release
Pre-release

v0.9.12

01 Aug 22:10
Compare
Choose a tag to compare
  • Add settings command
  • Add proper CS pin for SD Card on Flipper Zero WiFi Dev Board
    • PCAPs now save to SD card on WiFi Dev Board with mod installed
  • Add documentation for installing MicroSD card mod on Flipper Zero WiFi Dev Board

See Update Firmware for instructions

v0.9.11

31 Jul 19:45
Compare
Choose a tag to compare
  • Marauder Mini screen formatting for sniffers
  • Marauder Mini screen formatting for info
  • Marauder Mini channel scrolling for EAPOL and Packet Monitor
  • Select/Deselect all APs with select -a all
  • Flipper Zero WiFi Dev Board LED indicator for sniffing and attacking

v0.9.10

18 Jul 22:53
Compare
Choose a tag to compare
  • Fix Transmission error from issue #128
E (149171) wifi:sched is null, if=1 tid=7 flags=6402
E (149171) wifi:trc.c rcReachRetryLimit 1733

v0.9.9

28 Jun 19:30
Compare
Choose a tag to compare
  • Option to send Deauths when running PMKID scan
  • Other stuff, I'm sure