Moved to contrib

This commit is contained in:
İbrahim KARAGÜZEL
2016-02-24 03:21:50 +02:00
parent 239a5c35b5
commit 124151ad8b
3 changed files with 0 additions and 71 deletions
-16
View File
@@ -1,16 +0,0 @@
#!/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
WorkDir="bully-"+ get.srcVERSION() +"-"+ get.srcRELEASE() +"/src/"
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("../README.md")
-47
View File
@@ -1,47 +0,0 @@
<PISI>
<Source>
<Name>bully</Name>
<Homepage>https://github.com/Lrs121/bully</Homepage>
<Packager>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Packager>
<License>GPLv3</License>
<PartOf>network</PartOf>
<IsA>app:console</IsA>
<Summary>Implementation of the WPS brute force attack, written in C</Summary>
<Description>Bully is a new implementation of the WPS brute force attack, written in C. It is conceptually identical to other programs, in that it exploits the (now well known) design flaw in the WPS specification. It has several advantages over the original reaver code. These include fewer dependencies, improved memory and cpu performance, correct handling of endianness, and a more robust set of options. It runs on Linux, and was specifically developed to run on embedded Linux systems (OpenWrt, etc) regardless of architecture.</Description>
<BuildDependencies>
<Dependency>libpcap-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
<Archive type="targz" sha1sum="4a20bc998b1ccb24878637a183d1c0ce3c44569c">https://github.com/Lrs121/bully/archive/v1.0-22.tar.gz</Archive>
</Source>
<Package>
<Name>bully</Name>
<Summary>Implementation of the WPS brute force attack, written in C</Summary>
<RuntimeDependencies>
<Dependency>libpcap</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="22">
<Date>2016-02-17</Date>
<Version>1.0</Version>
<Comment>Docker ile yeniden derleme</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="21">
<Date>2016-02-13</Date>
<Version>1.0</Version>
<Comment>Implementation of the WPS brute force attack, written in C</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>bully</Name>
<Summary xml:lang="tr">Bully, WPS kabadayı saldırı aracı</Summary>
<Description xml:lang="tr">Bully WPS kabadayı saldırılarının C ile yazılmış yeni bir uygulamasıdır(WPS brute force attack). Mantık olarak diğer kabadayı saldırılarıyla eşdeğerdir. Bully benzerlerine oranla daha az bağımlılık isterbellek yönetimi ve MiB kullanımı daha azdır,sonluluk(endianness) algılaması ve düzeltmesi daha iyidir.</Description>
</Source>
</PISI>