Releases: SpacehuhnTech/esp8266_deauther
Releases · SpacehuhnTech/esp8266_deauther
Version 2.0
Version 2.0 \o/
Yes it's here!
What changed? Everything!
Notes
- The 1mb file should be the choice for most users
- Display support is now built in but disabled by default. Enable it go to the settings in the web interface or type
set display true;;save
over serial. - Here are the compiled configs
- For more infos see the new Wiki
Supported languages
- English
en
(default) - German
de
What is New
- Completly rewritten code base for better performance and later enhancements
- Custom Deauther SDK for easy compiling using Arduino
- New serial command line interface to control and debug the program
- New display UI with a lot of new functions
- Improved web interface with multi-language support
- Improved scanning for access points and stations (+ continuous scanning mode)
- Save and select device names for both scanning and attacking
- Save up to 60 SSIDs and 25 devices in one list (you can create, load and save multiple lists)
- Added PacketMonitor to display UI
- Deauth detection when scanning
- RGB LED support for a quick indication what the device is doing (attacking, scanning, ...)
- Better documentation on the new wiki
Version 1.6
Other changes:
- improved SSID clone
- updated readme file
- increased stealth by randomizing the mac address
- change LED pin via web interface
- fixed display bug when scanning for APs
- improved web server
- added beacon flood attack to OLED version
Different .bin files
esp8266_deauther_1mb.bin: standard WiFi Deauther (WiFi Deauther board)
esp8266_deauther_1mb_oled_sh1106.bin: 1.3" OLED version (WiFi Deauther OLED v2)
esp8266_deauther_1mb_oled_ssd1306.bin: 0.96" OLED version (WiFi Deauther OLED)
esp8266_deauther_512kb.bin: only for 512kb ESP8266 modules!
Version 1.5
Changes:
- Updated minifier (for more see web_server)
- Improved Buttons (better reaction time, fixed double click bug)
- Added Display On/Off Button
- Added Mac Change Interval
- Added 1s Beacon Interval
- Added Random Mode
- Updated Beacon Clone Feature
- Added contributors to Info page
- Added Copyright Notice on Display at startup
- Fixed Attack Status Bug
The display version is compiled with the new default settings in esp8266_deauther.ino.
v.1.4
Version 1.4
- changed webinterface design
- improved error handling
- can add clients manually
- added settings reset via serial command "reset" or connecting GPIO 4 to GND
- improved default settings for more stability
- added usage warning at the beginning
- added info page
v.1.3
v1.2
v1.1
- Added restart button
- Added Option to use built-in LED when an attack is running
- Allow the user to set an empty password in order to make an open AP
- Javascript compatibility fix for old browsers
- Added the ability to view the AP of sniffed clients
- Added channel hopping option for deauth attack
v1.0 compiled bin files
As this project grows and gets more attention, more and more people get troubles with the upload process so here are the compiled .bin files for an easy upload process.