From a1d8b2ea9d158ee1931392dbba93ee9ddf0e6e37 Mon Sep 17 00:00:00 2001 From: oblique Date: Sun, 5 Aug 2012 04:56:57 +0300 Subject: [PATCH] correct some typos --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 59badb9..6a3e938 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ -This program listens for beacons send from wireless access points +This program listens for beacons sent from wireless access points in the range of your wireless station. Once received the program -extracts the BSSID of the AP and transmits deauthentication packages +extracts the BSSID of the AP and transmits deauthentication packets using the broadcast MAC address. This results to the disconnection -of all clients connected at the AP at the time of the attack. This +of all clients connected to the AP at the time of the attack. This is essencially a WiFi DoS attack tool created for educational purposes only. It works only in Linux and requires wireless card drivers capable of injecting packets in wireless networks.