Flipper/Wifi_DevBoard/FZ_Marauder_Flasher/ReadMe.md

33 lines
2.8 KiB
Markdown
Raw Normal View History

2022-08-14 08:45:36 +00:00
# Quick and easy flasher/updater for [Marauder](https://github.com/justcallmekoko/ESP32Marauder) on the Wifi Devboard!
2022-08-14 08:13:19 +00:00
2022-09-10 06:42:31 +00:00
Looking for a Linux/OS X version? [Check out SkeletonMan's Python edition!](https://github.com/SkeletonMan03/FZEasyMarauderFlash) (WIP for Windows too including full automated downloads.)
2022-09-10 05:47:55 +00:00
2022-10-14 16:00:50 +00:00
Looking for a quick video walkthrough on how to use this flasher? [Thanks to Lab401.com, you're in luck](https://www.youtube.com/watch?v=um_acrDaBK4)!
![Flasher_SS](https://user-images.githubusercontent.com/57457139/195889709-cd8086f2-dbd3-4ca2-9965-75be64fab4da.png)
2022-08-14 08:37:22 +00:00
2022-08-14 08:31:35 +00:00
## Now it's as easy as 1, 2, 3 to install or update Marauder on Windows.
2022-12-14 00:22:34 +00:00
1. Download and extract [the ZIP file](https://github.com/UberGuidoZ/Flipper/raw/main/Wifi_DevBoard/FZ_Marauder_Flasher/FZ_Marauder_v1.9.zip) above to the same directory.<br>
2022-08-14 08:37:22 +00:00
2. Hold `BOOT` on the devboard and plug it into your PC directly via USB.<br>
3. Double-click `flash.bat` from the extracted files then choose `Flash` or `Update`.
2022-08-14 08:31:35 +00:00
2022-08-15 06:06:42 +00:00
* If you choose `Flash Marauder` the script will locate your board and flash Marauder automatically!<br>
* If you choose `Update Marauder` you'll be taken to the Marauder download location to grab a new version.<br>
2022-12-14 00:24:42 +00:00
(Simply download the Flipper BIN file, stick it in the Marauder subfolder by the batch file, and delete the old BIN.)<br>
2022-08-15 06:06:42 +00:00
* If you choose `Save Flipper Blackmagic WiFi settings` your current Blackmagic configuration will be saved.<br>
* If you choose `Flash Flipper Blackmagic` the script will flash the original Blackmagic firmware it shipped with.
2022-08-14 08:31:35 +00:00
2022-12-14 00:25:24 +00:00
Current Marauder version included in the ZIP: v0.9.19.20221210 (current release as of Dec 10, 2022)
2022-08-15 01:46:01 +00:00
2022-08-15 01:46:49 +00:00
**Once the install has completed, [head over here](https://github.com/UberGuidoZ/Flipper/tree/main/Wifi_DevBoard#marauder-install-information) to learn more about what Marauder can do!**
2022-08-14 08:31:35 +00:00
2022-12-14 00:22:34 +00:00
The [batch file](https://github.com/UberGuidoZ/Flipper/blob/main/Wifi_DevBoard/FZ_Marauder_Flasher/Flash-v1.9.bat) is also included above for review and to track coming changes.
2022-08-14 08:31:35 +00:00
Acknowledgements:<br>
2022-08-14 08:45:36 +00:00
* [justcallmekoko](https://github.com/justcallmekoko/ESP32Marauder) for the AWESOME work in developing Marauder and porting it to the Flipper.
2022-08-23 22:20:29 +00:00
* [0xchocolate](https://github.com/0xchocolate) for the Marauder companion plugin (now in [Unleashed](https://github.com/Eng1n33r/flipperzero-firmware) and [RogueMaster](https://github.com/RogueMaster/flipperzero-firmware-wPlugins).)
2022-08-14 08:45:36 +00:00
* [Frog](https://github.com/FroggMaster) For initial scripting under the [Wifi Pentest Tool](https://github.com/FroggMaster/ESP32-Wi-Fi-Penetration-Tool) and inspiring the idea.<br>
* [ImprovingRigmarole](https://github.com/Improving-Rigmarole) Initial (and continued) scripting of this flasher and lots of testing.<br>
* [UberGuidoZ](https://github.com/UberGuidoZ) Tweaking/Automating Frog's original, continued scripting, development, and testing.