mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
.. | ||
Flash-WROOM.bat | ||
Marauder_WROOM_v1.10.zip | ||
ReadMe.md |
Quick and easy flasher/updater for Marauder ESP32-WROOM!
This flasher/updater will work for any ESP32-WROOM chip or the v4 OEM Marauder.
Looking for a Linux/OS X version? Check out SkeletonMan's Python edition!
Now it's as easy as 1, 2, 3 to install or update Marauder on Windows.
- Download and extract the ZIP file above to the same directory.
- Plug in your ESP32-WROOM or v4 OEM Marauder directly into your PC directly via USB.
- Double-click
Flash-WROOM.bat
from the extracted files then chooseFlash
orUpdate
.
- If you choose
Flash Marauder
the script will locate your board and flash Marauder automatically! - If you choose
Update Marauder
you'll be taken to the Marauder download location to grab a new version.
(Simply download the OLD_HARDWARE BIN file, stick it in the WROOM subfolder by the batch file, and delete the old BIN.) - If you choose
Download USB UART
the script will open the Silicon Labs driver download.
Current Marauder version included in the ZIP: v0.10.0.20221222 (current release as of Dec 22, 2022)
Once the install has completed, head over here to learn more about what Marauder can do!
The batch file is also included above for review and to track changes.
Acknowledgements:
- justcallmekoko for the AWESOME work in developing Marauder and porting it to the Flipper.
- Frog For initial scripting under the Wifi Pentest Tool and inspiring the idea.
- SkeletonMan For initial WROOM scripting and inspiration.
- UberGuidoZ Creation of this one, plus tweaking/automating Frog's original, continued scripting, development, and testing.