From dffe79b26cd6ad7e3766a34572a727cdc6144ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 17 Feb 2016 18:50:03 +0200 Subject: [PATCH] build with docker --- network/analyzer/cowpatty/actions.py | 15 ++++++ network/analyzer/cowpatty/pspec.xml | 54 ++++++++++++++++++++++ network/analyzer/cowpatty/translations.xml | 8 ++++ 3 files changed, 77 insertions(+) create mode 100644 network/analyzer/cowpatty/actions.py create mode 100644 network/analyzer/cowpatty/pspec.xml create mode 100644 network/analyzer/cowpatty/translations.xml diff --git a/network/analyzer/cowpatty/actions.py b/network/analyzer/cowpatty/actions.py new file mode 100644 index 0000000000..beaa757f25 --- /dev/null +++ b/network/analyzer/cowpatty/actions.py @@ -0,0 +1,15 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools + +def build(): + autotools.make() + +def install(): + pisitools.dosbin("cowpatty") + pisitools.dosbin("genpmk") \ No newline at end of file diff --git a/network/analyzer/cowpatty/pspec.xml b/network/analyzer/cowpatty/pspec.xml new file mode 100644 index 0000000000..f737b388f1 --- /dev/null +++ b/network/analyzer/cowpatty/pspec.xml @@ -0,0 +1,54 @@ + + + cowpatty + http://www.willhackforsushi.com/?page_id=50 + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + GPLv2 + network + app:console + Implementation of an offline dictionary attack against WPA/WPA2 networks using PSK-based authentication (e.g. WPA-Personal). + 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. + + libpcap-devel + openssl-devel + + http://www.willhackforsushi.com/code/cowpatty/4.6/cowpatty-4.6.tgz + + + cowpatty + Implementation of an offline dictionary attack against WPA/WPA2 networks using PSK-based authentication (e.g. WPA-Personal). + + libpcap + openssl + + + /etc + /usr/sbin + /usr/include + /usr/lib + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share + + + + + 2016-02-17 + 4.6 + Dorker ile yeni derleme. + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2016-02-13 + 4.6 + Implementation of an offline dictionary attack against WPA/WPA2 networks using PSK-based authentication (e.g. WPA-Personal). + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + diff --git a/network/analyzer/cowpatty/translations.xml b/network/analyzer/cowpatty/translations.xml new file mode 100644 index 0000000000..3893ce2f65 --- /dev/null +++ b/network/analyzer/cowpatty/translations.xml @@ -0,0 +1,8 @@ + + + + cowpatty + Cowpatty, WPA-PSK için otomatik, sözlük tabanlı saldırı aracıdır + PSK-tabanlı yetkilendirme kullanarak WPA/WPA2 ağlarına çevrimdışı sözlük saldırısı yapabilen bir araçtır. İstenilen SSID için önceden bir PMK dosyası hazırlanmış ise Cowpatty çok hızlı bir sözlük saldırısı gerçekleştirebilir. + +