A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Download the latest release of the firmware.
In this board the pin mapping has changed. In order to use the new board uncomment the line #define MARAUDER_C1B3RT4CKS_V2
in the config.h
file.
Check out the project wiki for a full overview of the ESP32 Marauder
You can build yourself the code with the Arduino IDE or use a prebuilt release. To upload the prebuilt binaries you have 2 options:
Make sure you have the esptool library installed on your system and write the following command in a terminal:
esptool.exe --chip esp32 --port COM3 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 8MB 0x1000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app.bin 0x10000 firmware.bin
⚠️ Change the serial port or files path if needed
- Download the latest release
- Go to esp.huhn.me
- Plug your device and turn it on, press the connect button on the espwebtool, select your serial port and upload the bin files with its corresponding offset:
File | Offset |
---|---|
bootloader.bin | 0x1000 |
partitions.bin | 0x8000 |
boot_app.bin | 0xE000 |
firmware.bin | 0x10000 |
- Press the PROGRAM button and wait for the proccess to end
You can buy the ESP32 Marauder using this link