SpacehuhnTech / nightly-deauther

Nightly builds for ESP8266 Deauther
https://github.com/SpacehuhnTech/esp8266_deauther/
47 stars 9 forks source link
deauther esp8266

Nightly ESP8266 Deauther Builds

Download latest Deauther V2 .bin

Download latest Deauther V3 .bin

Please note:

Installation

  1. Download latest compiled .bin file from nightly-deauther/releases
  2. Install esptool
  3. Connect your ESP8266
  4. Flash it by running esptool.py -p <PORT> -b 115200 write_flash 0 <BIN_FILE>.
    Be sure to replace <PORT> with the serial port
    and <BIN_FILE> with the path of the previously download .bin file.