Marauder readme

This commit is contained in:
Derek Jamison 2023-04-21 19:51:43 -04:00
parent a7c155e88d
commit d5e63fda45
3 changed files with 33 additions and 0 deletions

View File

@ -61,3 +61,8 @@ This is a two player game that uses the subghz_tx_rx worker library for communic
### subghz-samples-x10
[data](./subghz/samples/x10/README.md) - These Flipper Zero subghz captures are from the remote control for the X10.
## Marauder
[tutorial](./marauder/README.md) - This is a tutorial on how to use the Marauder tool to attack 2.4GHz devices.
[tool](./marauder/secret_ssid/README.md) - This is a tool that can be used to send a secret message over WiFi. The message is encoded into a SSID, which is then sent out over WiFi. The message can be decoded on a PC.

10
marauder/README.md Normal file
View File

@ -0,0 +1,10 @@
# Marauder
Marauder is a tool for hacking WiFi networks. It is a collection of tools that can be used to perform WiFi attacks. It is designed to be used with the [Flipper Zero](https://flipperzero.one/).
[Official ESP32Marauder site](https://github.com/justcallmekoko/ESP32Marauder/wiki/Flipper-Zero)
## Firmware
These are the [directions](./firmware/README.md) for updating the firmware on the ESP32.
## Secret_ssid
This [secret_ssid](./secret_ssid/README.md) is a tool that can be used to send a secret message over WiFi. The message is encoded into a SSID, which is then sent out over WiFi. The message can be decoded on a PC.

View File

@ -0,0 +1,18 @@
# Marauder Firmware
To update your ESP32 firmware, you can use [ESP32Marauder](https://github.com/justcallmekoko/ESP32Marauder/wiki/Flipper-Zero)
Talking Sasquach made a [video](https://youtu.be/uc5_hVmJ-3Y?t=354) that walks you through the process.
- Install Git & Python3.
- Install the "[CP210x Universal Windows Driver](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads)" from Silicon Labs.
- Open PowerShell
- git clone https://github.com/SkeletonMan03/FZEasyMarauderFlash
- cd FZEasyMarauderFlash
- run `pip3 install -r requirements.txt`.
- Connect the devboard or ESP32 board via USB.
- Press and hold the `BOOT` button on the module, press and release the `RESET` button.
- Release the BOOT button.
- run `python3 EasyInstall.py`.
- Select the option of what you want to do
- I choose "Update all files"
- then I choose "Flash Marauder on ESP32-WROOM" for the WROOM module.
- or "Flash Marauder on ESP32 Wemos D1 Mini" for the D1 Mini module.