Feature/Update | Description/Notes |
---|---|
• Added logging to SD for Flipper/AirTag sniff | Thanks to Fr4nkFletcher |
• Added Pcap capture of flipper data | WIP as the pcap is malformed |
• Added Flipper Zero Sniff | |
• Airtag Sniffing/Spoofing | |
• Working Pwnagotchi Detect on all models | |
• Flipper BLE Spam | |
• Wardriving Menu added | |
• RGB LED enabled | Thanks to lsdlsd88 |
• Detect Pwnagotchi 100% functional | |
• BLE/SwiftPair Spam now 100% functional | |
• Evil Portal storage adjustment | Moves all portals into a folder instead of root of SD card |
• External antenna information | Click here for info on adding an external antenna. |
For more of the changes and additions to marauder, head over HERE And read more
A beautiful fork of wifi Marauder, a suite of WiFi/Bluetooth offensive and defensive tools for the 2.8'' ESP32 Module ESP32-2432S028R WiFi+BT Dual-core 240X320 Smart Display. This fork features a few great fixes and customzations.
Successfully tested on:
✨ No hardware modifications required!
This is made possible thanks to seamless integration with @ggaljoen's TFT_eSPI fork.
GPS is enabled on builds
13.10
&1.0.0
(not labeled as "NoGPS" in the flasher tool).
It is fully operational via the 4-pin connector located near the MicroUSB port on the CYD module.For build
1.1.0
, GPS is fully functional with no conflicts affecting LED or Pwnagotchi detection.🔗 Check here for details on supported GPS hardware.
This fix relocates all portals for Evil Portal to a dedicated folder on the SD card.
When you install Marauder on the CYD, all the portals used in Evil Portal are stored on the root of the SD card. This can be a nuisance as PCAP and other files captured during sniffing also clutter the root directory.With this update, you can create a folder titled
portals
to store the HTML files.
Visit the Evil Portal section for the necessary files and detailed usage instructions.
If you flashed from the Custom Marauder Flasher Tool for CYD
or built from CYD-ESP32Marauder, you must create a folder on the root of your SD card titledportals
.This is where you will store the Evil Portal HTML files, including the
index.html
file.
Follow these steps to build this fork of Marauder for your CYD module:
Head over to Smoochiee's tutorial and begin from Step 1.
When you reach the "LIBRARIES" section:
- You can use the libraries linked in Smoochiee's tutorial.
- Alternatively, use the libraries provided in this repository, as they are identical.
On the step where Smoochiee directs you to download Marauder's source code:
- Instead of the original files, download the pre-modified files from one of the following:
- CYD ESP32 Marauder 13.10 (NoGPS)
- CYD ESP32 Marauder 1.0.0 (NoGPS)
- CYD ESP32 Marauder 1.1.0 (NoGPS) These files include all necessary sketch edits.
Return to Smoochiee's tutorial and continue with the remaining steps.
I’ll soon be adding my own guide for flashing this build to your CYD module. Stay tuned!
🚀 Flash Your CYD Module with Ease
Use the Custom Marauder Flasher Tool for CYD to quickly and effortlessly flash your device.
1️⃣ Select Your Hardware: Choose the correct CYD model from the dropdown menu.
2️⃣ Connect: Click the "Connect" button to start the flashing process.
3️⃣ Done: The tool will handle everything for you!
🎉 With this tool, flashing your CYD has never been simpler or faster.
A huge thank you goes to two wonderful people whom without I would have not made it as far as I did learning.
Thanks to Fr4nkFletcher for all your guidance and late night replies.
And thank you to smoochiee for helping with the bootscreen and the badass tuts for building our own Marauder.
Also thanks to 3DJoe for figuring out the touch functions for marauder on the CYD..
And of course the man JustCallMeKokofor the foundational work on ESP32 Marauder.