Moved to contrib

This commit is contained in:
İbrahim KARAGÜZEL
2016-02-24 03:22:23 +02:00
parent 799ef7a03f
commit 16d13db39e
3 changed files with 0 additions and 64 deletions
-17
View File
@@ -1,17 +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 shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
shelltools.export("CFLAGS", get.CFLAGS())
autotools.make()
def install():
pisitools.dosbin("crackle", "usr/local/bin")
pisitools.dodoc("AUTHORS", "COPYING", "README")
-39
View File
@@ -1,39 +0,0 @@
<PISI>
<Source>
<Name>crackle</Name>
<Homepage>https://lacklustre.net/projects/crackle/</Homepage>
<Packager>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Packager>
<License>BSD</License>
<PartOf>network</PartOf>
<IsA>app:console</IsA>
<Summary>crackle cracks Bluetooth Smart (BLE) encryption.</Summary>
<Description>It exploits a flaw in the pairing mechanism that leaves all communications vulnerable to decryption by passive eavesdroppers. crackle can guess or very quickly brute force the TK (temporary key) used in the pairing modes supported by most devices. With this TK, crackle can derive all further keys used during the encrypted session that immediately follows pairing. The LTK (long-term key) is typically exchanged in this encrypted session, and it is the key used to encrypt all future communications between the master and slave.</Description>
<BuildDependencies>
<Dependency>libpcap-devel</Dependency>
</BuildDependencies>
<Archive type="targz" sha1sum="9e07df94b8f9858d3128ce553179e31672d6d1fc">https://lacklustre.net/projects/crackle/crackle-0.1.tgz</Archive>
</Source>
<Package>
<Name>crackle</Name>
<RuntimeDependencies>
<Dependency>libpcap</Dependency>
</RuntimeDependencies>
<Summary>crackle cracks Bluetooth Smart (BLE) encryption.</Summary>
<Files>
<Path fileType="executable">/usr/local/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-02-19</Date>
<Version>0.1</Version>
<Comment>First Version</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,8 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>crackle</Name>
<Summary xml:lang="tr">crackle Bluetooth Smart (BLE) encryption şifrelemelerini kırabilen bir araç</Summary>
<Description xml:lang="tr">Pasif dinleme yöntemiyle tüm iletişimi zaafiyete uğratan eş mekanizmalar arasındaki bir açığı sömürerek BLE şifrelemelerini kırar. </Description>
</Source>
</PISI>