Skip to content

Commit b2cb33b

Browse files
authored
Update README.md
1 parent 8c2f398 commit b2cb33b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,14 @@ It doesn’t matter which board you use, as long as it has an ESP8266 on it.
7070

7171
**6** Select version `2.0.0` and click on `Install`
7272

73+
![screenshot of arduino, selecting the right version](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/arduino_screenshot_1.JPG)
74+
7375
**7** Go to `File` > `Preferences`again
7476

7577
**8** Open the folder path under `More preferences can be edited directly in the file`
7678

79+
![screenshot of arduino, opening folder path](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/arduino_screenshot_2.JPG)
80+
7781
**9** Go to `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `tools` > `sdk` > `include`
7882

7983
**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.
8589
`void wifi_unregister_send_pkt_freedom_cb(void);`
8690
`int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);`
8791

88-
**12** Download and open `esp8266_deauther` > `esp8266_deauther.ino` with Arduino
92+
![screenshot of notepad, copy paste the right code](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/notepad_screenshot_1.JPG)
93+
94+
**don't forget to save!**
95+
96+
**12** Download and open `esp8266_deauther` > `esp8266_deauther.ino` in Arduino
8997

9098
**13** Select your ESP8266 board at `Tools` > `Board` and the right port at `Tools` > `Port`
9199
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.
95103
**Your ESP8266 Deauther is now ready!**
96104

97105
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+
![webinterface of the deauther device](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/web_screenshot_1.JPG)
108+
109+
You can now scan for networks, client devices and start different attacks.
99110

100111
Happy hacking :)
101112

0 commit comments

Comments
 (0)