From a8e834f2582f2e27b1bba4534101e21b42ea6563 Mon Sep 17 00:00:00 2001 From: Erik Doffagne Date: Wed, 3 Oct 2018 14:07:09 -0700 Subject: [PATCH] Fixed typos --- README.md | 6 +++--- serialcommands.md | 2 +- settings.md | 4 ++-- utils/web_converter_python/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d166f3..38404fa 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This software allows you to easily perform a variety of actions to test 802.11 w The main feature, the deauthentication attack, is used to disconnect devices from their WiFi network. No one seems to care about this huge vulnerability in the official 802.11 WiFi standard, so I took action and enabled everyone who has less than 10 USD to spare to recreate this project. I hope it raises more attention on the issue. In 2009 the WiFi Alliance actually fixed the problem (see [802.11w](https://en.wikipedia.org/wiki/IEEE_802.11w-2009)), but only a few companies implemented it into their devices and software. -To effectively prevent a deauthentication attack, both client and access point must support the 802.11w standard with protected managment frames (PMF). +To effectively prevent a deauthentication attack, both client and access point must support the 802.11w standard with protected management frames (PMF). While most client devices seem to support it when the access point forces it, basically no WiFi access point has it enabled. Feel free to test your hardware out, annoy these companies with the problem, share this project and push for a fix! @@ -50,7 +50,7 @@ The difference between deauthing and jamming: [click me](https://github.com/spac ![PICTURE DSTIKE Deauther OLED Board](https://raw.githubusercontent.com/wiki/spacehuhn/esp8266_deauther/img/DSTIKE_Deauther_Board.jpg) -If you want to support the development of this project, you can buy one of the offical boards by DSTIKE (Travis Lin) on following sites: +If you want to support the development of this project, you can buy one of the official boards by DSTIKE (Travis Lin) on following sites: - [Tindie](https://tindie.com/stores/lspoplove) - [AliExpress](https://dstike.aliexpress.com/store/2996024) - [Taobao](https://shop135375846.taobao.com) @@ -73,7 +73,7 @@ The [deauthentication](https://en.wikipedia.org/wiki/Wi-Fi_deauthentication_atta A solution is already there, why don't we use it? **Please don't refer to this project as "jammer", that totally undermines the real purpose of this project!** -If you do, it only proves that you didn't understand anything of what this project stands for. Publishing content about this without a proper explaination shows that you only do it for the clicks, fame and/or money and have no respect for intellectual property, the community behind it and the fight for a better WiFi standard! +If you do, it only proves that you didn't understand anything of what this project stands for. Publishing content about this without a proper explanation shows that you only do it for the clicks, fame and/or money and have no respect for intellectual property, the community behind it and the fight for a better WiFi standard! ## Getting Started diff --git a/serialcommands.md b/serialcommands.md index 87fded5..fa3533b 100644 --- a/serialcommands.md +++ b/serialcommands.md @@ -207,7 +207,7 @@ Prints out file from SPIFFS (SPI-Flash-File-System) to the serial console. ## DELETE `delete ` -Deletes file from the the SPIFFS (SPI-Flash-File-System). +Deletes file from the SPIFFS (SPI-Flash-File-System). `delete ` Removes a specific line from a file. `delete ` diff --git a/settings.md b/settings.md index 969c1ff..39292ca 100644 --- a/settings.md +++ b/settings.md @@ -93,7 +93,7 @@ Enables web interface. ## WEB-SPIFFS `bool webSpiffs = false` Enables SPIFFS for all web files. -Can lead to longer loading times but it nice if you need to edit the the web files regularly. +Can lead to longer loading times but it nice if you need to edit the web files regularly. ## LEDENABLED `bool ledEnabled = true` @@ -161,4 +161,4 @@ Enables randomized transmission power for sending out beacon and probe request f ## PROBESPERSSID `uint8_t probesPerSSID = 1` -How many probe request frames are sent for each SSID. \ No newline at end of file +How many probe request frames are sent for each SSID. diff --git a/utils/web_converter_python/README.md b/utils/web_converter_python/README.md index c8a1380..7c61b72 100644 --- a/utils/web_converter_python/README.md +++ b/utils/web_converter_python/README.md @@ -10,4 +10,4 @@ Copyright goes to [@xdavidhu](http://github.com/xdavidhu/). - `.lang` files will always go in the `/lang` folder - `.js` files will always go int the `/js` folder - `.json` files will be ignored and not copied -- only `.html` and `.css` will be minified before beeing gzipped (minifying JS can make problems) +- only `.html` and `.css` will be minified before being gzipped (minifying JS can make problems)