Scan for WiFi devices, block selected connections, create dozens of networks and confuse WiFi scanners!
- Download latest compiled .bin file from nightly-deauther/releases
- Install esptool
- Connect your ESP8266
- 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.