| App | Firmware |
|---|---|
Open Source Flipper Zero 5GHz Deauther using the BW16 (RTL8720dn)
I made this project for the Summer Hackclub
- 2.4Ghz & mp; 5Ghz Whole Network Deauthentication Attacks
- MAC Address Selector
- Hidden Network Selector
- 5 Networks Max Simultaneous Deauth
- Captive Portal Support
- Collect login data in the app
- Amazon Web Portal
- Apple Web Portal
- Random SSID Spam
- Rick Roll SSID's
And more features coming soon...
- Flipper Zero
- 4 Jumper Wires
- RTL8720dn Black version
Make sure to turn on 5V on GPIO on the Flipper Zero
| Flipper Zero | BW16 |
|---|---|
| 5V | 5V |
| TX | SERIAL1_RX |
| RX | SERIAL1_TX |
| GND | GND |
Check wiki
Main Screen
Deauth Screen
Setup Screen
This project is for educational purposes only. Do not misuse or do illegal activities with this tool. All things done with this tool are done at your own risk
For the BW16 code I based it on tesa-klebeband's deauther:
https://github.com/tesa-klebeband/RTL8720dn-Deauther
and added RTOS and a serial communication protocol.
I also used this uart_demo and skeleton_app from Derek Jamison to make the app:
https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/ui/skeleton_app
https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/gpio/uart_demo
For the DNS and the web portals, I used gorebrau's delfyRTL: https://github.com/gorebrau/delfyRTL
For the serial interface I used this: https://forum.arduino.cc/t/serial-input-basics-updated/382007/
This project is licensed under the GNU License. Feel free to modify and contribute.
