From b980d23d1804ebb6b9ae0d1a14be8664363f89af Mon Sep 17 00:00:00 2001 From: filinpavel Date: Mon, 13 Oct 2014 23:23:09 +0700 Subject: [PATCH] Create cowpatty.md added Notes and Links --- tools/cowpatty.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tools/cowpatty.md diff --git a/tools/cowpatty.md b/tools/cowpatty.md new file mode 100644 index 0000000..55c2f46 --- /dev/null +++ b/tools/cowpatty.md @@ -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)