Skip to content

Commit deb836d

Browse files
author
Stefan Kremser
authored
Merge pull request esp8266#351 from paulkramme/fix-readme
Removing double "are"
2 parents 471fc15 + 2dfa116 commit deb836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The deauth attack will, if the connection is vulnerable, disconnect the devices
4242
Other attacks also have been implemented, such as beacon and probe request flooding.
4343

4444
The deauth attack works by exploiting an old and known vulnerability in the 802.11 Wi-Fi protocol.
45-
Because these [deauthentication frames](https://mrncciew.com/2014/10/11/802-11-mgmt-deauth-disassociation-frames/), usually used to close a Wi-Fi connection safely, are are unencrypted, it's very easy to spoof them. You only need the mac address of the access point, which you can sniff easily.
45+
Because these [deauthentication frames](https://mrncciew.com/2014/10/11/802-11-mgmt-deauth-disassociation-frames/), usually used to close a Wi-Fi connection safely, are unencrypted, it's very easy to spoof them. You only need the mac address of the access point, which you can sniff easily.
4646
If you don't want to attack all connected devices, you can also scan for connections and attack them specifictly.
4747

4848
### How to protect yourself against it

0 commit comments

Comments
 (0)