Skip to content

Easily Flash Marauder onto the Flipper Zero Devboard or an ESP32!

License

Notifications You must be signed in to change notification settings

RocketGod-git/FZEasyMarauderFlash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Flipper Zero Marauder Flash

This is for easily flashing Marauder on an ESP32 or WiFi Devboard for a Flipper Zero! Screenshot of EasyInstall

Windows Users:

You have two prerequisites. You must install Git for Windows from here.
If you are flashing an ESP32 board, you need to install the driver from here in order for your device to be recognized

It is now simple to install or update Marauder on Linux, Mac OS X, or Windows.

How to use:

  • Step 0 only has to be ran once
  1. run pip3 install -r requirements.txt.
  2. Connect the devboard via USB.
  3. Press and hold the BOOT button on the module, press and release the RESET button.
  4. Release the BOOT button.
  5. run python3 EasyInstall.py.
  6. Select the option of what you want to do
  • Important note: You may need to run this script with sudo or as Administrator in Windows
  • Second important note: If you're flashing an ESP32-WROOM, you should only need to do steps 0, 1, 4, and 5

This project is based on the Windows Marauder flasher batch script

You can find it here in UberGuidoZ's repo

Improvements over the batch script

This script pulls all of its resources from the proper Github repositories in order to make sure you are up-to-date.
The only dependencies it does not get by itself are the required Python modules and Windows tools.
This script is now capable of flashing Marauder onto an ESP32-WROOM.
This script can also flash at least 1 knockoff ESP32-WROOM.

Compatible boards

  • Flipper Zero WiFi Devboard
  • ESP32-S2 (The ESP chip that is on the WiFi Devboard)
  • ESP32-WROOM

How to connect an ESP32-WROOM to the Flipper Zero

ESP32-WROOM -> Flipper Zero
TX0 -> RX
RX0 -> TX
GND -> GND
3v3 -> 3v3

TODO:

  • Code cleanup.
  • Add more chip compatibility.
  • Fix Windows bug where files cannot be deleted in order to be updated
  • Attempt to accommodate 3rd-party knock-off chips that are not from Espressif

Acknowledgements:

Disclaimer: Includes Acknowledgements from the above linked repo from UberGuidoz as this wouldn't exist without the original project

  • justcallmekoko for the AWESOME work in developing Marauder and porting it to the Flipper.
  • 0xchocolate for the Marauder companion plugin (now in Unleashed and RogueMaster.)
  • Frog For initial scripting under the Wifi Pentest Tool and inspiring the idea.
  • ImprovingRigmarole Initial (and continued) scripting of the batch Windows Marauder flasher and lots of testing.
  • UberGuidoZ Tweaking/Automating Frog's original, continued scripting, development, and testing.
  • L0rd_K0nda from the Unleashed Flipper Zero Discord for testing this script for me
  • SkeletonMan Creating this Python flasher in order to try to make a multi-os flasher since the Batch script obviously could not run on Linux or Mac OS X
  • CorbanR Forking and fixing instructions and adding a requirement needed for Mac OS X
  • dchalm Forking and fixing mistakes I should have noticed. Thank you!
  • Scorp Compiling needed bins to be able to flash to ESP32-WROOM
  • jacklythgoee For getting a knockoff ESP32-WROOM and giving me info to be able to try to detect it so it could be flashed.

About

Easily Flash Marauder onto the Flipper Zero Devboard or an ESP32!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%