Create cowpatty.md

added Notes and Links
This commit is contained in:
filinpavel 2014-10-13 23:23:09 +07:00
parent 81b45fd779
commit b980d23d18

25
tools/cowpatty.md Normal file
View File

@ -0,0 +1,25 @@
# coWPAtty
Notes
-------
Implementation of an offline dictionary attack against WPA/WPA2 networks using PSK-based authentication (e.g. WPA-Personal).
Many enterprise networks deploy PSK-based authentication mechanisms for WPA/WPA2 since it is much easier than establishing the necessary RADIUS, supplicant and certificate authority architecture needed for WPA-Enterprise authentication. Cowpatty can implement an accelerated attack if a precomputed PMK file is available for the SSID that is being assessed.
Help Text
-------
```
```
Example Usage
-------
```
```
Links
-------
[Official site](http://www.willhackforsushi.com/?page_id=50)