build with docker

This commit is contained in:
İbrahim KARAGÜZEL
2016-02-17 18:50:03 +02:00
parent 3b6cd73c2c
commit dffe79b26c
3 changed files with 77 additions and 0 deletions
+15
View File
@@ -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")
+54
View File
@@ -0,0 +1,54 @@
<PISI>
<Source>
<Name>cowpatty</Name>
<Homepage>http://www.willhackforsushi.com/?page_id=50</Homepage>
<Packager>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<PartOf>network</PartOf>
<IsA>app:console</IsA>
<Summary>Implementation of an offline dictionary attack against WPA/WPA2 networks using PSK-based authentication (e.g. WPA-Personal).</Summary>
<Description>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.</Description>
<BuildDependencies>
<Dependency>libpcap-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="2dc09d725e4131a68a33c8717d3a7317e5616df2" type="targz">http://www.willhackforsushi.com/code/cowpatty/4.6/cowpatty-4.6.tgz</Archive>
</Source>
<Package>
<Name>cowpatty</Name>
<Summary>Implementation of an offline dictionary attack against WPA/WPA2 networks using PSK-based authentication (e.g. WPA-Personal).</Summary>
<RuntimeDependencies>
<Dependency>libpcap</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-02-17</Date>
<Version>4.6</Version>
<Comment>Dorker ile yeni derleme.</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="1">
<Date>2016-02-13</Date>
<Version>4.6</Version>
<Comment>Implementation of an offline dictionary attack against WPA/WPA2 networks using PSK-based authentication (e.g. WPA-Personal).</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>cowpatty</Name>
<Summary xml:lang="tr">Cowpatty, WPA-PSK için otomatik, sözlük tabanlı saldırı aracıdır</Summary>
<Description xml:lang="tr">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.</Description>
</Source>
</PISI>