Skip to content

Releases: justcallmekoko/ESP32Marauder

v0.10.6

06 Jun 21:55
e7ba169
Compare
Choose a tag to compare
  • Add ls <dir> command to CLI
    • Lists contents of specified dir on the Marauder SD card
  • Fix Signal Monitor menu item not being selectable

Additional Resources
Project Issues
Install/Update Instructions
ESP32 Marauder companion app
My Discord

v0.10.5

25 May 21:17
Compare
Choose a tag to compare

Changes

  • Fix empty PCAP generation when SavePCAP is disabled
  • Add sigmon command
  • Add Signal Monitor to ESP32 Marauder menu
    • See workflow examples here
  • Add compatibility for M5StickC Plus
  • Add precompiled bin for M5StickC Plus

Additional Resources

v0.10.4

08 May 18:00
Compare
Choose a tag to compare
  • Add targeted active PMKID sniff
    • Use sniffpmkid -d -l. Will only deauthenticate access points selected in list. See updated documentation here
  • Add join WiFi command
  • Add new -f switch to the select command for additional selection criteria. See updated documentation here
  • Add new information during command output:
    • Show number of selected APs when selecting targets
    • Show channel of scanned APs when executing list command
    • Show whether or not using SD Serial on logo screen in CLI

If you find any issue with this update, please submit them here or contact me on Discord.

See Update Firmware for update instructions

Join my Discord server if you have any other questions.

v0.10.3

14 Apr 13:00
3e16378
Compare
Choose a tag to compare
  • Fix flipper_sd_serial to Flipper Zero SD
  • Allow users to add AP ESSIDs with spaces

If you find any issue with this update, please submit them here or contact me on Discord.

See Update Firmware for update instructions

Join my Discord server if you have any other questions.

v0.10.2

15 Mar 23:43
Compare
Choose a tag to compare
  • Fix default access point broadcast during attacks
  • Create flipper_sd_serial for use with this version of ESP32 Marauder companion app
    • This allows the user to save PCAPs directly to the Flipper Zero SD card. You MUST use the linked version of the companion app for this to work

If you find any issue with this update, please submit them here or contact me on Discord.

See Update Firmware for update instructions

Join my Discord server if you have any other questions.

v0.10.1

17 Jan 17:37
59a0379
Compare
Choose a tag to compare
  • Add support for the WiFi Dev Board Pro
  • Change verbiage for SD firmware update

If you find any issue with this update, please submit them here or contact me on Discord.

See Update Firmware for update instructions

Join my Discord server if you have any other questions.

v0.10.0

22 Dec 21:50
ae12f5f
Compare
Choose a tag to compare

This update allows the user to scan for wifi stations(clients) and specifically target them for deauthentication attacks instead of just sending deauthentication attacks to broadcast.
Please see attack and Deauthentication Attack Workflow for usage and examples.

If you find any issue with this update, please submit them here or contact me on Discord.

See Update Firmware for update instructions

Join my Discord server if you have any other questions.

v0.9.20

10 Dec 15:49
b136ad2
Compare
Choose a tag to compare
  • Fix Flipper Zero WiFi Dev Board white LED on boot
  • Fix subsequent attack failure after initial attack

Note: For the new settings to properly take effect, you must run settings -r then reboot from the CLI

If you find any issue with this update, please submit them here or contact me on Discord.

See Update Firmware for update instructions

Join my Discord server if you have any other questions.

v0.9.19

08 Dec 19:17
Compare
Choose a tag to compare
  • Switched to arduino-esp32 v2.0.3
  • Add settings to enable/disable LED
  • Add support for Flipper Zero Multi Board S3
  • Add status LED to Neopixel for v6 and Dev Board Pro
  • Fix update -s command to actually run firmware update from SD

Note: For the new settings to properly take effect, you must run settings -r from the CLI

If you find any issue with this update, please submit them here or contact me on Discord.

See Update Firmware for update instructions

Join my Discord server if you have any other questions.

v0.9.18

22 Nov 16:48
Compare
Choose a tag to compare
  • Fix Marauder Mini crash after scanning and presenting too many APs #173