From 25a888b2beb4a2a57f4ab8cea885c5578aeb1ece Mon Sep 17 00:00:00 2001 From: Stefan Kremser <github@spacehuhn.de> Date: Fri, 8 May 2020 10:48:30 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 46e0635a..99bbd25b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ESP8266 Deauther Deauthentication attack and other exploits using an ESP8266! -<img width="100%" alt="esp8266 deauther with smartphone" src="https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/smartphone_and_deauther.jpg"> +<img width="100%" alt="esp8266 deauther with smartphone" src="https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/v1/screenshots/smartphone_and_deauther.jpg"> <p align="center"> 🐦 <a href="https://twitter.com/spacehuhn">Twitter</a> @@ -126,13 +126,13 @@ If it's not working, you can try using the Arduino as descriped below. **6** Select version `2.0.0` and click on `Install` (**must be version 2.0.0!**) - + **7** Go to `File` > `Preferences` **8** Open the folder path under `More preferences can be edited directly in the file` - + **9** Go to `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `tools` > `sdk` > `include` @@ -147,7 +147,7 @@ void wifi_unregister_send_pkt_freedom_cb(void); int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq); ``` - + **don't forget to save!** @@ -187,7 +187,7 @@ python update_manuf.py -o ../esp8266_deauther/oui.h ### Adding an OLED display - + I included 2 extra .bin files for the display version on the release page. One for the 0.96" SSD1306 OLED and one for the 1.3" SH1106 OLED. @@ -232,15 +232,15 @@ Scan for Wi-Fi networks and connect to `pwned`. The password is `deauther`. Once connected, you can open up your browser and go to `192.168.4.1`. You can now scan for networks... - + scan for client devices... - + Note: While scanning the ESP8266 will shut down its access point, so you may have to go to your settings and reconnect to the Wi-Fi network manually! ...and start different attacks. - + For more information please read the [FAQ](https://github.com/spacehuhn/esp8266_deauther/wiki/FAQ). From 68c9e1326b04e6b9301c4fb8f2946097a77d3c77 Mon Sep 17 00:00:00 2001 From: Stefan Kremser <github@spacehuhn.de> Date: Mon, 11 May 2020 14:51:04 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 99bbd25b..2f018835 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ESP8266 Deauther Deauthentication attack and other exploits using an ESP8266! -<img width="100%" alt="esp8266 deauther with smartphone" src="https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/v1/screenshots/smartphone_and_deauther.jpg"> +<img width="100%" alt="esp8266 deauther with smartphone" src="screenshots/smartphone_and_deauther.jpg"> <p align="center"> 🐦 <a href="https://twitter.com/spacehuhn">Twitter</a> @@ -126,13 +126,13 @@ If it's not working, you can try using the Arduino as descriped below. **6** Select version `2.0.0` and click on `Install` (**must be version 2.0.0!**) - + **7** Go to `File` > `Preferences` **8** Open the folder path under `More preferences can be edited directly in the file` - + **9** Go to `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `tools` > `sdk` > `include` @@ -147,7 +147,7 @@ void wifi_unregister_send_pkt_freedom_cb(void); int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq); ``` - + **don't forget to save!** @@ -187,7 +187,7 @@ python update_manuf.py -o ../esp8266_deauther/oui.h ### Adding an OLED display - + I included 2 extra .bin files for the display version on the release page. One for the 0.96" SSD1306 OLED and one for the 1.3" SH1106 OLED. @@ -232,15 +232,15 @@ Scan for Wi-Fi networks and connect to `pwned`. The password is `deauther`. Once connected, you can open up your browser and go to `192.168.4.1`. You can now scan for networks... - + scan for client devices... - + Note: While scanning the ESP8266 will shut down its access point, so you may have to go to your settings and reconnect to the Wi-Fi network manually! ...and start different attacks. - + For more information please read the [FAQ](https://github.com/spacehuhn/esp8266_deauther/wiki/FAQ).