diff --git a/network/analyzer/crackle/actions.py b/network/analyzer/crackle/actions.py new file mode 100644 index 0000000000..4a17e823d6 --- /dev/null +++ b/network/analyzer/crackle/actions.py @@ -0,0 +1,17 @@ +#!/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") diff --git a/network/analyzer/crackle/pspec.xml b/network/analyzer/crackle/pspec.xml new file mode 100644 index 0000000000..400b084830 --- /dev/null +++ b/network/analyzer/crackle/pspec.xml @@ -0,0 +1,39 @@ + + + crackle + https://lacklustre.net/projects/crackle/ + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + BSD + network + app:console + crackle cracks Bluetooth Smart (BLE) encryption. + 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. + + libpcap-devel + + https://lacklustre.net/projects/crackle/crackle-0.1.tgz + + + crackle + + libpcap + + crackle cracks Bluetooth Smart (BLE) encryption. + + /usr/local/bin + /usr/share/doc + + + + + 2016-02-19 + 0.1 + First Version + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + diff --git a/network/analyzer/crackle/translations.xml b/network/analyzer/crackle/translations.xml new file mode 100644 index 0000000000..bb1cbdb844 --- /dev/null +++ b/network/analyzer/crackle/translations.xml @@ -0,0 +1,8 @@ + + + + crackle + crackle Bluetooth Smart (BLE) encryption şifrelemelerini kırabilen bir araç + Pasif dinleme yöntemiyle tüm iletişimi zaafiyete uğratan eş mekanizmalar arasındaki bir açığı sömürerek BLE şifrelemelerini kırar. + +