-
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |