DeautherX
An DeautherX with Evil Twin attack.
BlackTechX011/DeautherXInstallation
- visit
- Select your esp8266 boad
- Select display type
- Connect your ESP8266 board via USB
- Click Connect and Select the serial port of your ESP
- on Device Dashboard Click on install
Finding the correct port
If you don't know which serial port to select, open the Flasher tool and then plug in your board. Whatever port pops up in the list is what you're looking for.
You should check the cable and USB port if no new port pops up. Some USB cables are only for charging and cannot transmit data.
Or maybe you're missing the drivers for your device:
CH340/CH341 Drivers: www.wch-ic.com/downloads/CH341SER_ZIP.html
CP210x Drivers: www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
FTDI Drivers: ftdichip.com/drivers/
Alternative Tools
my web tool is not the only software you can use to flash your ESP8266:
Arduino IDE
- Extract the DeautherX zip you downloaded
- Go into the
DeautherX
folder and openDeautherX.ino
with Arduino IDE - In Arduino IDE, go to
File
>Preferences
and add this URL to theAdditional Boards Manager URLs
:https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json
- Now go to
Tools
>Board
>Boards Manager
, searchdeauther
, and installDeauther ESP8266 Boards
- Select your board at
Tools
>Board
and be sure it is atDeauther ESP8266 Boards
(and not atESP8266 Modules
)! - Plugin your Deauther and select its COM port at
Tools
>Port
- Optional: To reset/override previous settings select
Tools
>Erase Flash
>All Flash Contents
- Press upload