You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7
Original file line number
Diff line number
Diff line change
@@ -100,12 +100,20 @@ It doesn’t matter which board you use, as long as it has an ESP8266 on it.
100
100
101
101
**don't forget to save!**
102
102
103
-
**12** Download and open `esp8266_deauther` > `esp8266_deauther.ino` in Arduino
103
+
**12** Download the project
104
104
105
-
**13** Select your ESP8266 board at `Tools` > `Board` and the right port at `Tools` > `Port`
105
+
**13** Go to the SDK_fix folder of this project
106
+
107
+
**14** Copy ESP8266WiFi.cpp and ESP8266WiFi.h
108
+
109
+
**15** Past these files here `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `libraries` > `ESP8266WiFi` > `src`
110
+
111
+
**16** Open `esp8266_deauther` > `esp8266_deauther.ino` in Arduino
112
+
113
+
**17** Select your ESP8266 board at `Tools` > `Board` and the right port at `Tools` > `Port`
106
114
If no port shows up you may have to reinstall the drivers.
107
115
108
-
**14** Upload!
116
+
**18** Upload!
109
117
110
118
**Your ESP8266 Deauther is now ready!**
111
119
@@ -134,13 +142,13 @@ Happy hacking :)
134
142
135
143
## FAQ
136
144
137
-
**Could it deauth multiple APs in the range?**
145
+
**Could it auto-deauth all APs in the range?**
138
146
139
-
It definitely could! But I will not implement this 'feature' for ethical and legal reasons.
147
+
Yes, but I will not implement this 'feature' for ethical and legal reasons.
140
148
141
149
**Can it sniff handshakes?**
142
150
143
-
The ESP8266 has a promiscuous mode in which you can sniff nearly all packets, but handshake packets are dropped and there is no other way to get them with the functions provided by the SDK.
151
+
The ESP8266 has a promiscuous mode in which you can sniff packets, but handshake packets are dropped and there is no other way to get them with the functions provided by the SDK.
144
152
Maybe someone will find a way around this barrier but I wasn't able to.
145
153
146
154
**espcomm_sync failed/espcomm_open when uploading**
@@ -152,7 +160,7 @@ Which drivers you need depends on the board, most boards use a cp2102, cp2104 or
152
160
153
161
**AP scan doesn't work**
154
162
155
-
There is a reported issue with the Internet Explorer: https://github.com/spacehuhn/esp8266_deauther/issues/5
163
+
There is a reported issue on this: https://github.com/spacehuhn/esp8266_deauther/issues/5
156
164
Try out switching the browser or open the website with another device.
0 commit comments