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.