Skip to content

A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32

License

Notifications You must be signed in to change notification settings

uamseif/ESP32Marauder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Marauder v0.10.1

Marauder logo

A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32

License Gitter Downloads
Twitter Instagram

I sell on Tindie
Twitch WillStunForFood

Build and Push

Getting Started

Download the latest release of the firmware.

Battlebadge V2

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

Uploading the firmware

You can build yourself the code with the Arduino IDE or use a prebuilt release. To upload the prebuilt binaries you have 2 options:

Use EspTool

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

Use EspWebTool:

  • 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

For Sale Now

You can buy the ESP32 Marauder using this link

About

A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 57.6%
  • C 41.8%
  • Other 0.6%