HEX0DAYS / FlipperZero-PWNDTOOLS

Some power wifi/dev stuff for Flipper Zero by B4
233 stars 15 forks source link

FlipperZero PWNDTOOLS / Wifi Board / DEAUTH V2 - ESP8266 for Flipper Zero (Deauth working + attack power upgrading)

How-TO Flash the Deauther V2.6.0 .bin for the Esp8266 board

How-TO Flash the Deauther V2.6.0 .bin for the Esp8266 board using ESPTOOL

After download the V2 Deauther .bin we need to flash it on the Esp8266 via a single command. Just plug the USB Cable from Esp8266 to Computer and then launch this command from Esptool.

esptool.py -p /dev/ttyUSB0 write_flash -fm dout 0x0000 esp8266_deauther_2.6.0.bin or

esptool -p /dev/ttyUSB0 write_flash -fm dout 0x0000 esp8266_deauther_2.6.0.bin

Where /dev/ttyUSB0 is the COM port of your device, write_flash is telling the program to write to flash memory, -fm dout is the flash mode and esp8266_deauther_2.6.0.bin is the name of your .bin file. if you get an error with this command, just enter your serial port replaced to /dev/ttyUSB0 , you can use UsbTreeView for see all the serial ports are connected via USB, after you have your COM port, just replace /dev/ttyUSB0 with your COM port, Ex COM1, COM2, COM3, COM4, COM5. And then Launch the command and wait for the flashing end

We need now to transfer the .faps on the flipper and everything will work

How to upgrade your Deauther's attacks

Screenshoots of current Deauther at work, it seem like the Marauder tool.

Wrong API version ? Compile by your own is very easy !

git clone --recursive https://github.com/DarkFlippers/unleashed-firmware.git

./fbt.cmd COMPACT=1 DEBUG=0 updater_package

Need help? join the Uncensored & Unofficial Flipper Zero Discord Server! Join NOW!

Thanks to @SpacehuhnTech , @JustDr00py and more!

-B4CKD00OR