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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,14 @@ It doesn’t matter which board you use, as long as it has an ESP8266 on it.
70
70
71
71
**6** Select version `2.0.0` and click on `Install`
72
72
73
+

74
+
73
75
**7** Go to `File` > `Preferences`again
74
76
75
77
**8** Open the folder path under `More preferences can be edited directly in the file`
76
78
79
+

80
+
77
81
**9** Go to `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `tools` > `sdk` > `include`
78
82
79
83
**10** Open `user_interface.h` with a text editor
@@ -85,7 +89,11 @@ It doesn’t matter which board you use, as long as it has an ESP8266 on it.
85
89
`void wifi_unregister_send_pkt_freedom_cb(void);`
86
90
`int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);`
87
91
88
-
**12** Download and open `esp8266_deauther` > `esp8266_deauther.ino` with Arduino
92
+

93
+
94
+
**don't forget to save!**
95
+
96
+
**12** Download and open `esp8266_deauther` > `esp8266_deauther.ino` in Arduino
89
97
90
98
**13** Select your ESP8266 board at `Tools` > `Board` and the right port at `Tools` > `Port`
91
99
If no port shows up you may have to reinstall the drivers.
@@ -95,7 +103,10 @@ If no port shows up you may have to reinstall the drivers.
95
103
**Your ESP8266 Deauther is now ready!**
96
104
97
105
Scan for WiFi networks and connect to `pwned`. The password is `deauther`.
98
-
Once connected, you can open up your browser and go to `192.168.4.1`.
106
+
Once connected, you can open up your browser and go to `192.168.4.1`.
107
+

108
+
109
+
You can now scan for networks, client devices and start different attacks.
0 commit comments