Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GabriWar authored Feb 22, 2025
1 parent b2541e4 commit 7f79f21
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
# Bruce Firmware (Fork)
# 🦈 Bruce Firmware (Gabriwar Fork)

_All credit goes to [pr3y/Bruce](https://github.com/pr3y/Bruce)._
πŸ’‘ _All credit goes to [pr3y/Bruce](https://github.com/pr3y/Bruce)._

## Flashing Instructions
1. Go to the [Releases](https://github.com/pr3y/Bruce/releases) section and download the `.bin` file.
2. Use the [M5Stick-Launcher](https://github.com/bmorcelli/M5Stick-Launcher) to flash and launch the firmware.
---

## πŸš€ Flashing Instructions
### πŸ’» Option 1: Using M5Stick-Launcher
1. πŸ“₯ Go to the [Releases](https://github.com/pr3y/Bruce/releases) section and download the `.bin` file.
2. ⚑ Use the [M5Stick-Launcher](https://github.com/bmorcelli/M5Stick-Launcher) to flash and launch the firmware.

### 🧰 Option 2: Using `esptool.py`
1. πŸ› οΈ Install `esptool` using:
```bash
pip install esptool
```
2. πŸ”₯ Flash the firmware using:
```bash
esptool.py --port /dev/ttyACM0 write_flash 0x00000 Bruce-<device>.bin
```
πŸ’‘ *Replace `<device>` with the appropriate device name.*

---

## Features
## 🌟 Features

### πŸ›‘οΈ Attacks
- **Deauth + Password Verify Attack**
- πŸ’£ **Deauth + Password Verify Attack**

### βš™οΈ Quality of Life (QoL) Improvements
- **Enhanced Wi-Fi Scan**: Displays RSSI and security type for each network.
- πŸ“‘ **Enhanced Wi-Fi Scan**: Displays RSSI and security type for each network.

0 comments on commit 7f79f21

Please # to comment.