commit a1d8b2ea9d158ee1931392dbba93ee9ddf0e6e37 parent c3677bc6b86b0de35c05c1f350b9c347a3f18b8b Author: oblique <psyberbits@gmail.com> Date: Sun, 5 Aug 2012 04:56:57 +0300 correct some typos Diffstat:
M | README | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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.