[PR #1013] [CLOSED] Need Auto Attack. #1123

Closed
opened 2026-02-28 00:06:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SpacehuhnTech/esp8266_deauther/pull/1013
Author: @zlevetsky
Created: 12/23/2018
Status: Closed

Base: masterHead: sd-updatable


📝 Commits (5)

  • 90c2c8a Namespacing FS
  • cacb614 implemented binary hot-loading from SD
  • b8c1696 adding sd-update library
  • 61a87e5 added #defines to A_Config.h
  • 0ba2363 made reset sketch sd-loadable

📊 Changes

10 files changed (+210 additions, -72 deletions)

View changed files

📝 Reset_Sketch/Reset_Sketch.ino (+56 -46)
📝 esp8266_deauther/A_config.h (+29 -1)
📝 esp8266_deauther/SerialInterface.cpp (+13 -5)
📝 esp8266_deauther/SerialInterface.h (+4 -1)
📝 esp8266_deauther/esp8266_deauther.ino (+3 -1)
📝 esp8266_deauther/functions.h (+12 -12)
📝 esp8266_deauther/language.h (+2 -1)
esp8266_deauther/sdupdater.cpp (+59 -0)
esp8266_deauther/sdupdater.h (+27 -0)
📝 esp8266_deauther/wifi.h (+5 -5)

📄 Description

Hi. Thanks for this project.
I need feature for auto attack APs & Stations.
Can it?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SpacehuhnTech/esp8266_deauther/pull/1013 **Author:** [@zlevetsky](https://github.com/zlevetsky) **Created:** 12/23/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sd-updatable` --- ### 📝 Commits (5) - [`90c2c8a`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/90c2c8aa7afc51650b6041e7df1689a424e2c842) Namespacing FS - [`cacb614`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/cacb614a20f2d1d77067600388dc1b1856a8e7dd) implemented binary hot-loading from SD - [`b8c1696`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/b8c16961ecf6adc7d3221fc6597cd9380f38a8cf) adding sd-update library - [`61a87e5`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/61a87e500b64af933a9bcd089169387e10d82f22) added #defines to A_Config.h - [`0ba2363`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/0ba23635eada9cb2132eb9d9c1462aa5d22d38d1) made reset sketch sd-loadable ### 📊 Changes **10 files changed** (+210 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `Reset_Sketch/Reset_Sketch.ino` (+56 -46) 📝 `esp8266_deauther/A_config.h` (+29 -1) 📝 `esp8266_deauther/SerialInterface.cpp` (+13 -5) 📝 `esp8266_deauther/SerialInterface.h` (+4 -1) 📝 `esp8266_deauther/esp8266_deauther.ino` (+3 -1) 📝 `esp8266_deauther/functions.h` (+12 -12) 📝 `esp8266_deauther/language.h` (+2 -1) ➕ `esp8266_deauther/sdupdater.cpp` (+59 -0) ➕ `esp8266_deauther/sdupdater.h` (+27 -0) 📝 `esp8266_deauther/wifi.h` (+5 -5) </details> ### 📄 Description Hi. Thanks for this project. I need feature for auto attack APs & Stations. Can it? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:06:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#1123
No description provided.