From 2dfa1164ccf9afa0de0084264b1e571f3266a5d9 Mon Sep 17 00:00:00 2001 From: Paul Kramme Date: Wed, 9 Aug 2017 18:07:02 +0200 Subject: [PATCH] Removing double "are" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e2526d..3c188c5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The deauth attack will, if the connection is vulnerable, disconnect the devices Other attacks also have been implemented, such as beacon and probe request flooding. The deauth attack works by exploiting an old and known vulnerability in the 802.11 Wi-Fi protocol. -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. +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. If you don't want to attack all connected devices, you can also scan for connections and attack them specifictly. ### How to protect yourself against it