Skip to content

Releases: justcallmekoko/ESP32Marauder

v0.9.8

07 Jun 00:37
Compare
Choose a tag to compare

What's Changed

  • add OG-Marauder enclosure by @trisp3ar in #124
  • Add attack command
  • Add command help
  • Add additional sniffing options

v0.9.7

28 May 18:50
Compare
Choose a tag to compare

Lol just had to fix some PuTTY stuff. Didn't want to modify v0.9.6 release.
Fight me

Updating Firmware

v0.9.6

28 May 13:20
2f0d05a
Compare
Choose a tag to compare

Instructions

For update instructions, see Update Firmware

What's Changed

  • Add Flipper Zero WiFi Dev Board support
  • Add Marauder Mini support
  • Add Basic CLI support (more commands coming)
  • Add configuration file for source compilation
  • Add Language menu by @mlodawy in #117
  • Add Marauder Mini Case by @trisp3ar in #112
  • Apply language presets to print statements
  • Apply configuration parameters to hardware initialization
  • Begin support for generic ESP32

New Contributors

Full Changelog: v0.9.5...v0.9.6

v0.9.5

19 Jan 16:31
Compare
Choose a tag to compare

If you are running v0.9.3 or v0.9.4, you will NEED to perform an ESP32 Sketch Data Upload to wipe SPIFFS

The JSON settings file has been changed and it causes heap issues if you don't wipe the v0.9.4 one out of SPIFFS.
Follow these instructions for installing the ESP32 SPIFFS tool, then run the sketch data upload from the esp32_marauder project in the Arduino IDE.

You will know if you need to do this workaround if your Marauder does the title screen, start-up log screen with the blue text, then just keeps going back to the title screen.

  • Settings actually work

For update instructions, see Updating Firmware

v0.9.3

24 Jul 13:08
Compare
Choose a tag to compare
  • Update to arduino-esp32 version 2.0.0 (ESP-IDF v4.4)
  • Add Deauthentication Flood
  • Update to NimBLE v1.2.0
  • Additional device information under Device Info

For update instructions, see Update Firmware

v0.9.1

21 May 01:41
Compare
Choose a tag to compare
  • AP Scan
  • Clear APs
  • Select APs
  • Probe Request Attack

For update instructions, see Update Firmware

v0.9.0

06 May 21:09
Compare
Choose a tag to compare
  • Add ATmega32u4 check
  • Add ESP8266 check
  • Adjust boot process
  • Add AT32u4 BadUSB
  • Add ESP8266 update
  • Redo menu structure for sniffers and scanners

For update instructions, see Update Firmware

v0.8.0

31 Aug 23:23
Compare
Choose a tag to compare

WiFi Menu

  • Add General menu
  • Add Join WiFi: Join a specified WiFi network
  • Add Shutdown WiFi: Shutdown the Marauder WiFi interface to save RAM
  • Add Generate SSIDs: Generate 20 random SSIDs
  • Add Add SSID: Manually create SSIDs using the on-screen keyboard
  • Add Clear SSIDs: Clear the list of SSIDs
  • Add Beacon Spam List: Beacon spam the list of SSIDs and monitor connection attempts to the spammed networks

Bluetooth Menu

  • Add General Menu
  • Add Shutdown BLE

General

  • Implemented the LVGL library for keyboard functionality
  • Track WiFi and BLE initialization for memory conservation

v0.7.0

20 Aug 00:44
Compare
Choose a tag to compare

More RAM!

v0.6.9

03 Aug 22:40
Compare
Choose a tag to compare

-Fix draw app with smoother lines
-Exit function draw app