From 3c230424972271b7dafd14b68467bcc4ba47c609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 17 Feb 2016 18:44:37 +0200 Subject: [PATCH 01/24] build with docker version bump --- network/analyzer/aircrack-ng/actions.py | 36 ++++++++++++++++ network/analyzer/aircrack-ng/pspec.xml | 43 +++++++++++++++++++ network/analyzer/aircrack-ng/translations.xml | 8 ++++ 3 files changed, 87 insertions(+) create mode 100644 network/analyzer/aircrack-ng/actions.py create mode 100644 network/analyzer/aircrack-ng/pspec.xml create mode 100644 network/analyzer/aircrack-ng/translations.xml diff --git a/network/analyzer/aircrack-ng/actions.py b/network/analyzer/aircrack-ng/actions.py new file mode 100644 index 0000000000..b19d8624b6 --- /dev/null +++ b/network/analyzer/aircrack-ng/actions.py @@ -0,0 +1,36 @@ +#!/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 + +# if pisi can't find source directory, see /var/pisi/aircrack-ng/work/ and: +# WorkDir="aircrack-ng-"+ get.srcVERSION() +"/sub_project_dir/" + +def setup(): + #autotools.configure() + pass + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + +# Take a look at the source folder for these file as documentation. +# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README") + +# If there is no install rule for a runnable binary, you can +# install it to binary directory. +# pisitools.dobin("aircrack-ng") + +# You can use these as variables, they will replace GUI values before build. +# Package Name : aircrack-ng +# Version : 1.2 +# Summary : Aircrack-ng is a complete suite of tools to assess WiFi network security. + +# For more information, you can look at the Actions API +# from the Help menu and toolbar. diff --git a/network/analyzer/aircrack-ng/pspec.xml b/network/analyzer/aircrack-ng/pspec.xml new file mode 100644 index 0000000000..10e9457f83 --- /dev/null +++ b/network/analyzer/aircrack-ng/pspec.xml @@ -0,0 +1,43 @@ + + + aircrack-ng + http://aircrack-ng.org/ + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + GPLv2 + network + app:console + Aircrack-ng is a complete suite of tools to assess WiFi network security. + Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools. + + libnl-devel + libpcap-devel + openssl-devel + make + + http://download.aircrack-ng.org/aircrack-ng-1.2-rc3.tar.gz + + + aircrack-ng + Aircrack-ng is a complete suite of tools to assess WiFi network security. + + libnl + libpcap + openssl + + + / + + + + + 2016-02-11 + 1.2 + Release Candidate 3 + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + diff --git a/network/analyzer/aircrack-ng/translations.xml b/network/analyzer/aircrack-ng/translations.xml new file mode 100644 index 0000000000..25a2cd1156 --- /dev/null +++ b/network/analyzer/aircrack-ng/translations.xml @@ -0,0 +1,8 @@ + + + + aircrack-ng + Kablosuz ağ zaafiyetlerinden yararlanan bir araç. + 802.11 paket toplama araci airodump, 802.11 injection araci aireplay, wep ve wpa psk kirma araci aircrack ve toplanan paketleri desifre etme araci airdecapi barindiran, kisaca kablosuz ag kartiniz destekliyorsa sifreli olan kablosuz aglari kirip beles internet kullanmaniza olanak saglayacak yazilimdir. + + From 6306a8c151819937f0f6612b70c5270b396af574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 17 Feb 2016 18:47:20 +0200 Subject: [PATCH 02/24] build with docker --- network/analyzer/asleap/actions.py | 15 ++++++++ network/analyzer/asleap/pspec.xml | 47 ++++++++++++++++++++++++ network/analyzer/asleap/translations.xml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 network/analyzer/asleap/actions.py create mode 100644 network/analyzer/asleap/pspec.xml create mode 100644 network/analyzer/asleap/translations.xml diff --git a/network/analyzer/asleap/actions.py b/network/analyzer/asleap/actions.py new file mode 100644 index 0000000000..438d44387c --- /dev/null +++ b/network/analyzer/asleap/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("asleap") + pisitools.dosbin("genkeys") \ No newline at end of file diff --git a/network/analyzer/asleap/pspec.xml b/network/analyzer/asleap/pspec.xml new file mode 100644 index 0000000000..92b1bcca7d --- /dev/null +++ b/network/analyzer/asleap/pspec.xml @@ -0,0 +1,47 @@ + + + asleap + http://www.willhackforsushi.com/?page_id=41 + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + GPLv2 + network + app:console + Actively recover LEAP/PPTP passwords + Demonstrates a serious deficiency in proprietary Cisco LEAP networks. Since LEAP uses a variant of MS-CHAPv2 for the authentication exchange, it is susceptible to accelerated offline dictionary attacks. Asleap can also attack the Point-to-Point Tunneling Protocol (PPTP), and any MS-CHAPv2 exchange where you can specify the challenge and response values on the command line. + + libpcap-devel + openssl-devel + + http://www.willhackforsushi.com/code/asleap/2.2/asleap-2.2.tgz + + + asleap + Actively recover LEAP/PPTP passwords + + libpcap + openssl + + + /etc + /usr/sbin + /usr/include + /usr/lib + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share + + + + + 2016-02-11 + 2.2 + İlk derleme + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + diff --git a/network/analyzer/asleap/translations.xml b/network/analyzer/asleap/translations.xml new file mode 100644 index 0000000000..7d7e639b2d --- /dev/null +++ b/network/analyzer/asleap/translations.xml @@ -0,0 +1,8 @@ + + + + asleap + LEAP/PPTP şifrelerini etkince iyileştirir. + Tescilli Cisco LEAP ağlarındaki ciddi zayıflıkları gösterir. LEAP, MS-CHAPv2 türevi yetkilendirme değişimi kullandığı için hızlandırılmış çevrimdışı sözlük saldırıları için elverişlidir. Asleap ayrıca Point-to-Point Tünelleme Protokolüne (PPTP) saldırabilir. + + From e043c67c4d1fecadfde2cc97fc661611a65ad4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 17 Feb 2016 18:48:06 +0200 Subject: [PATCH 03/24] build with docker --- network/analyzer/bluelog/actions.py | 15 +++++++ network/analyzer/bluelog/pspec.xml | 50 +++++++++++++++++++++++ network/analyzer/bluelog/translations.xml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 network/analyzer/bluelog/actions.py create mode 100644 network/analyzer/bluelog/pspec.xml create mode 100644 network/analyzer/bluelog/translations.xml diff --git a/network/analyzer/bluelog/actions.py b/network/analyzer/bluelog/actions.py new file mode 100644 index 0000000000..ad59c99c74 --- /dev/null +++ b/network/analyzer/bluelog/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(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("ChangeLog", "COPYING", "README") diff --git a/network/analyzer/bluelog/pspec.xml b/network/analyzer/bluelog/pspec.xml new file mode 100644 index 0000000000..c34f6bd377 --- /dev/null +++ b/network/analyzer/bluelog/pspec.xml @@ -0,0 +1,50 @@ + + + bluelog + http://www.digifail.com/software/bluelog.shtml + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + GPLv2 + network + app:console + Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end. + Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end, designed for site surveys and traffic monitoring. It's intended to be run for long periods of time in a static location to determine how many discoverable Bluetooth devices there are in the area. + + bluez-libs-devel + wget + + ftp://ftp.digifail.com/software/bluelog/bluelog-1.1.2.tar.gz + + + bluelog + + bluez-libs + + Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end. + + /usr/bin + /usr/sbin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2016-02-17 + 1.1.2 + Docker ile yeni derleme + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2016-02-11 + 1.1.2 + Linux Mavidiş Tarayıcısı + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + diff --git a/network/analyzer/bluelog/translations.xml b/network/analyzer/bluelog/translations.xml new file mode 100644 index 0000000000..56a356ffe7 --- /dev/null +++ b/network/analyzer/bluelog/translations.xml @@ -0,0 +1,8 @@ + + + + bluelog + Linux Mavidiş Tarama Aracı + Bluelog arkaplanda çalışma seçeneği bulunan, kullanıcının doğrudan kullanabildiği, ağ sayfaları incelemesi ve trafik monitörleme özelliği bulunan bir mavidiş tarama aracıdır. Özelliği ise durağan bir konumda bulunup, uzun süre çalışarak bölgede ne kadar mavidiş aygıtı varsa taramak ve bulmaktır. + + From a3500b926a77aabca36dc040d2ee52037c7afc3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 17 Feb 2016 18:48:40 +0200 Subject: [PATCH 04/24] build with docker --- network/analyzer/bluesnarfer/actions.py | 16 +++++++ network/analyzer/bluesnarfer/pspec.xml | 45 +++++++++++++++++++ network/analyzer/bluesnarfer/translations.xml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 network/analyzer/bluesnarfer/actions.py create mode 100644 network/analyzer/bluesnarfer/pspec.xml create mode 100644 network/analyzer/bluesnarfer/translations.xml diff --git a/network/analyzer/bluesnarfer/actions.py b/network/analyzer/bluesnarfer/actions.py new file mode 100644 index 0000000000..fc071deee3 --- /dev/null +++ b/network/analyzer/bluesnarfer/actions.py @@ -0,0 +1,16 @@ +#!/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("bluesnarfer") + pisitools.dodoc("README") + diff --git a/network/analyzer/bluesnarfer/pspec.xml b/network/analyzer/bluesnarfer/pspec.xml new file mode 100644 index 0000000000..f65a4de346 --- /dev/null +++ b/network/analyzer/bluesnarfer/pspec.xml @@ -0,0 +1,45 @@ + + + bluesnarfer + http://www.alighieri.org/project.html + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + GPLv2 + network + app:console + A Bluetooth bluesnarfing Utility. + rfcomm connection to bdaddr and send/recv AT command from gsm extension. + + bluez-libs-devel + + http://www.alighieri.org/tools/bluesnarfer.tar.gz + + + bluesnarfer + + bluez-libs + + A Bluetooth bluesnarfing Utility. + + / + + + + + 2016-02-17 + 0.1 + Docker ile yeni derleme + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2016-02-11 + 0.1 + A Bluetooth bluesnarfing utility + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + diff --git a/network/analyzer/bluesnarfer/translations.xml b/network/analyzer/bluesnarfer/translations.xml new file mode 100644 index 0000000000..503282533d --- /dev/null +++ b/network/analyzer/bluesnarfer/translations.xml @@ -0,0 +1,8 @@ + + + + bluesnarfer + Linux Mavidiş Tüketme Aracı + Mavidiş aygıtının adresine rfcomm bağlantısı ile AT komutları gönderip alır. + + From 3b6cd73c2cc16146eec0eb70c4c6a96660ea1991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 17 Feb 2016 18:49:06 +0200 Subject: [PATCH 05/24] build with docker --- network/analyzer/bully/actions.py | 16 +++++++++ network/analyzer/bully/pspec.xml | 47 +++++++++++++++++++++++++ network/analyzer/bully/translations.xml | 8 +++++ 3 files changed, 71 insertions(+) create mode 100644 network/analyzer/bully/actions.py create mode 100644 network/analyzer/bully/pspec.xml create mode 100644 network/analyzer/bully/translations.xml diff --git a/network/analyzer/bully/actions.py b/network/analyzer/bully/actions.py new file mode 100644 index 0000000000..3a0b7e6b94 --- /dev/null +++ b/network/analyzer/bully/actions.py @@ -0,0 +1,16 @@ +#!/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") \ No newline at end of file diff --git a/network/analyzer/bully/pspec.xml b/network/analyzer/bully/pspec.xml new file mode 100644 index 0000000000..54e6d57068 --- /dev/null +++ b/network/analyzer/bully/pspec.xml @@ -0,0 +1,47 @@ + + + bully + https://github.com/Lrs121/bully + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + GPLv3 + network + app:console + Implementation of the WPS brute force attack, written in C + 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. + + libpcap-devel + openssl-devel + + https://github.com/Lrs121/bully/archive/v1.0-22.tar.gz + + + bully + Implementation of the WPS brute force attack, written in C + + libpcap + openssl + + + / + + + + + 2016-02-17 + 1.0 + Docker ile yeniden derleme + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2016-02-13 + 1.0 + Implementation of the WPS brute force attack, written in C + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + diff --git a/network/analyzer/bully/translations.xml b/network/analyzer/bully/translations.xml new file mode 100644 index 0000000000..1ae6e5f7a6 --- /dev/null +++ b/network/analyzer/bully/translations.xml @@ -0,0 +1,8 @@ + + + + bully + Bully, WPS kabadayı saldırı aracı + 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. + + 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 06/24] 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. + + From af387c7b8dcbbacd2082da012b492e16c460ced2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Thu, 18 Feb 2016 10:07:33 +0200 Subject: [PATCH 07/24] Version bump --- network/analyzer/aircrack-ng/actions.py | 29 ++++--------------------- network/analyzer/aircrack-ng/pspec.xml | 29 +++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 27 deletions(-) diff --git a/network/analyzer/aircrack-ng/actions.py b/network/analyzer/aircrack-ng/actions.py index b19d8624b6..7b5f9a984a 100644 --- a/network/analyzer/aircrack-ng/actions.py +++ b/network/analyzer/aircrack-ng/actions.py @@ -5,32 +5,11 @@ from pisi.actionsapi import autotools from pisi.actionsapi import get -#from pisi.actionsapi import pisitools - -# if pisi can't find source directory, see /var/pisi/aircrack-ng/work/ and: -# WorkDir="aircrack-ng-"+ get.srcVERSION() +"/sub_project_dir/" - -def setup(): - #autotools.configure() - pass +from pisi.actionsapi import pisitools def build(): - autotools.make() + autotools.make("sqlite=true experimental=true pcre=true") def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - -# Take a look at the source folder for these file as documentation. -# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README") - -# If there is no install rule for a runnable binary, you can -# install it to binary directory. -# pisitools.dobin("aircrack-ng") - -# You can use these as variables, they will replace GUI values before build. -# Package Name : aircrack-ng -# Version : 1.2 -# Summary : Aircrack-ng is a complete suite of tools to assess WiFi network security. - -# For more information, you can look at the Actions API -# from the Help menu and toolbar. + autotools.install("sqlite=true experimental=true pcre=true") + pisitools.dodoc("AUTHORS", "ChangeLog", "LICENSE", "README", "VERSION") diff --git a/network/analyzer/aircrack-ng/pspec.xml b/network/analyzer/aircrack-ng/pspec.xml index 10e9457f83..b1bcfc3c18 100644 --- a/network/analyzer/aircrack-ng/pspec.xml +++ b/network/analyzer/aircrack-ng/pspec.xml @@ -12,26 +12,51 @@ Aircrack-ng is a complete suite of tools to assess WiFi network security. Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools. + libpcre-devel + sqlite-devel + libpcap-devel + zlib-devel + pkgconfig libnl-devel libpcap-devel openssl-devel make - http://download.aircrack-ng.org/aircrack-ng-1.2-rc3.tar.gz + http://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz aircrack-ng Aircrack-ng is a complete suite of tools to assess WiFi network security. + libpcre + sqlite + libpcap + zlib libnl libpcap openssl + iw - / + /etc + /usr/bin + /usr/sbin + /usr/include + /usr/lib + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share + + 2016-02-18 + 1.2 + Release Candidate 4 + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + 2016-02-11 1.2 From 8a00e980580d188988027ff5ba6e81e9b130ff85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Thu, 18 Feb 2016 10:09:39 +0200 Subject: [PATCH 08/24] Docker ile yeni derleme --- network/connection/iw/actions.py | 18 +++++ network/connection/iw/pspec.xml | 103 +++++++++++++++++++++++++ network/connection/iw/translations.xml | 8 ++ 3 files changed, 129 insertions(+) create mode 100644 network/connection/iw/actions.py create mode 100644 network/connection/iw/pspec.xml create mode 100644 network/connection/iw/translations.xml diff --git a/network/connection/iw/actions.py b/network/connection/iw/actions.py new file mode 100644 index 0000000000..c5b1ab5bac --- /dev/null +++ b/network/connection/iw/actions.py @@ -0,0 +1,18 @@ +#!/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(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("CONTRIBUTING", "COPYING", "README") diff --git a/network/connection/iw/pspec.xml b/network/connection/iw/pspec.xml new file mode 100644 index 0000000000..3cb0817963 --- /dev/null +++ b/network/connection/iw/pspec.xml @@ -0,0 +1,103 @@ + + + iw + https://wireless.wiki.kernel.org/en/users/documentation/iw + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + GPLv2 + app:console + nl80211-based configuration utility for wireless devices + iw is a new nl80211 based CLI configuration utility for wireless devices using the mac80211 kernel stack. + https://www.kernel.org/pub/software/network/iw/iw-4.3.tar.gz + + libnl-devel + + + + + iw + + libnl + + + /usr/sbin + /usr/share/man + /usr/share/doc + + + + + + 2016-02-18 + 4.3 + Version bump + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2011-02-04 + 0.9.22 + Version bump + Ozan Çağlayan + ozan@pardus.org.tr + + + 2010-10-26 + 0.9.21 + Version bump + Ozan Çağlayan + ozan@pardus.org.tr + + + 2010-10-13 + 0.9.20 + Mass rebuild for Pardus 2011 Beta + Gökcen Eraslan + gokcen@pardus.org.tr + + + 2010-07-23 + 0.9.20 + Version bump + Ozan Çağlayan + ozan@pardus.org.tr + + + 2010-01-12 + 0.9.19 + Version bump to 0.9.19 + Ozan Çağlayan + ozan@pardus.org.tr + + + 2009-11-23 + 0.9.18 + Bump to 0.9.18 + Ozan Çağlayan + ozan@pardus.org.tr + + + 2009-08-12 + 0.9.15 + Version bump + Ozan Çağlayan + ozan@pardus.org.tr + + + 2009-06-06 + 0.9.14 + Version bump and take over the package. + Ozan Çağlayan + ozan@pardus.org.tr + + + 2008-08-09 + 0.1 + First Release + İşbaran Akçayır + isbaran@gmail.com + + + diff --git a/network/connection/iw/translations.xml b/network/connection/iw/translations.xml new file mode 100644 index 0000000000..aa04899c32 --- /dev/null +++ b/network/connection/iw/translations.xml @@ -0,0 +1,8 @@ + + + + iw + Kablosuz cihaz sürücüleri için nl80211 tabanlı yapılandırma aracı + iw mac80211 protokol yığınını kullanan kablosuz aygıt sürücüleri için nl80211 tabanlı yeni bir yapılandırma aracıdır. + + From 02c78a004a8b06cd31845336aab729f9692b566b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Thu, 18 Feb 2016 13:26:24 +0200 Subject: [PATCH 09/24] Version bump --- network/analyzer/aircrack-ng/pspec.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/network/analyzer/aircrack-ng/pspec.xml b/network/analyzer/aircrack-ng/pspec.xml index b1bcfc3c18..1becb5edff 100644 --- a/network/analyzer/aircrack-ng/pspec.xml +++ b/network/analyzer/aircrack-ng/pspec.xml @@ -20,6 +20,7 @@ libnl-devel libpcap-devel openssl-devel + gcc make http://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz @@ -35,6 +36,7 @@ libnl libpcap openssl + libgcc iw From de3c725e089f1d2488ac715e6a7b971575fe9cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Thu, 18 Feb 2016 23:38:24 +0200 Subject: [PATCH 10/24] Version bump --- hardware/misc/ethtool/actions.py | 19 ++++++++++++ hardware/misc/ethtool/pspec.xml | 41 ++++++++++++++++++++++++++ hardware/misc/ethtool/translations.xml | 8 +++++ 3 files changed, 68 insertions(+) create mode 100644 hardware/misc/ethtool/actions.py create mode 100644 hardware/misc/ethtool/pspec.xml create mode 100644 hardware/misc/ethtool/translations.xml diff --git a/hardware/misc/ethtool/actions.py b/hardware/misc/ethtool/actions.py new file mode 100644 index 0000000000..d53a6f222f --- /dev/null +++ b/hardware/misc/ethtool/actions.py @@ -0,0 +1,19 @@ +#!/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 pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall('DESTDIR="%s" INSTALL="install -p"' % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING", "LICENSE") \ No newline at end of file diff --git a/hardware/misc/ethtool/pspec.xml b/hardware/misc/ethtool/pspec.xml new file mode 100644 index 0000000000..91801b799c --- /dev/null +++ b/hardware/misc/ethtool/pspec.xml @@ -0,0 +1,41 @@ + + + ethtool + https://www.kernel.org/pub/software/network/ethtool/ + + Pardus ANKA Admins + pisiciftligi@pardus-linux.org + + GPLv2 + app:console + Utility to examine and tune ethernet-based network interfaces + ethtool is used for querying and changing settings of an ethernet device. + https://www.kernel.org/pub/software/network/ethtool/ethtool-4.2.tar.gz + + + + ethtool + + /usr/sbin + /usr/share/doc + /usr/share/man + + + + + + 2016-02-18 + 4.2 + Version bump + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2010-11-19 + 2.6.36 + First release + Onur Küçük + onur@pardus.org.tr + + + diff --git a/hardware/misc/ethtool/translations.xml b/hardware/misc/ethtool/translations.xml new file mode 100644 index 0000000000..9be000f472 --- /dev/null +++ b/hardware/misc/ethtool/translations.xml @@ -0,0 +1,8 @@ + + + + ethtool + Ethernet tabanlı ağ arayüzlerini tanımlamak ve ayarlamak için kullanılan bir yazılım + Ethtool ağ aygıtınızın ayarlarını listelemeye ve bu ayarları değiştirmeye yarar. + + \ No newline at end of file From 6a85e9d7ed42a6aa400a3825b64ae2870ad70f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Thu, 18 Feb 2016 23:49:07 +0200 Subject: [PATCH 11/24] Version bump --- hardware/misc/ethtool/pspec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/misc/ethtool/pspec.xml b/hardware/misc/ethtool/pspec.xml index 91801b799c..05b41b8b5d 100644 --- a/hardware/misc/ethtool/pspec.xml +++ b/hardware/misc/ethtool/pspec.xml @@ -3,8 +3,8 @@ ethtool https://www.kernel.org/pub/software/network/ethtool/ - Pardus ANKA Admins - pisiciftligi@pardus-linux.org + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com GPLv2 app:console From d94040bd1e891847f2fb5011f8e0ff8a2ac7153c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Thu, 18 Feb 2016 23:55:00 +0200 Subject: [PATCH 12/24] Version bump --- network/connection/rfkill/actions.py | 18 +++++++ network/connection/rfkill/pspec.xml | 55 ++++++++++++++++++++++ network/connection/rfkill/translations.xml | 8 ++++ 3 files changed, 81 insertions(+) create mode 100644 network/connection/rfkill/actions.py create mode 100644 network/connection/rfkill/pspec.xml create mode 100644 network/connection/rfkill/translations.xml diff --git a/network/connection/rfkill/actions.py b/network/connection/rfkill/actions.py new file mode 100644 index 0000000000..ce4b251c3f --- /dev/null +++ b/network/connection/rfkill/actions.py @@ -0,0 +1,18 @@ +#!/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(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "README") diff --git a/network/connection/rfkill/pspec.xml b/network/connection/rfkill/pspec.xml new file mode 100644 index 0000000000..0ecf195d3a --- /dev/null +++ b/network/connection/rfkill/pspec.xml @@ -0,0 +1,55 @@ + + + rfkill + https://wireless.wiki.kernel.org/en/users/Documentation/rfkill + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + as-is + app:console + Small tool to query rfkill devices + rfkill is a small tool to query the state of rfkill switches, buttons and subsytem interfaces. + https://www.kernel.org/pub/software/network/rfkill/rfkill-0.5.tar.gz + + + + rfkill + + /usr/sbin + /usr/share/man + /usr/share/doc + + + + + + 2016-02-18 + 0.5 + Version bump + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2014-03-10 + 0.4 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-05-04 + 0.4 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-06-16 + 0.4 + First release + Pisi Linux Admins + admins@pisilinux.org + + + \ No newline at end of file diff --git a/network/connection/rfkill/translations.xml b/network/connection/rfkill/translations.xml new file mode 100644 index 0000000000..c48f9936b9 --- /dev/null +++ b/network/connection/rfkill/translations.xml @@ -0,0 +1,8 @@ + + + + rfkill + rfkill anahtarlarını yapılandırma aracı + rfkill, rfkill anahtarlarının, düğmelerinin ve altsistem arayüzlerinin mevcut durumlarını sorgulamak ve değiştirmek için geliştirilmiş ufak bir yazılımdır. + + From b48d6b918068fb145f4f9631102a7f690745160d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Fri, 19 Feb 2016 15:46:00 +0200 Subject: [PATCH 13/24] New version --- network/analyzer/crackle/actions.py | 17 ++++++++++ network/analyzer/crackle/pspec.xml | 39 +++++++++++++++++++++++ network/analyzer/crackle/translations.xml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 network/analyzer/crackle/actions.py create mode 100644 network/analyzer/crackle/pspec.xml create mode 100644 network/analyzer/crackle/translations.xml 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. + + From d7b0eaa66342241ae5c4005a87082a8f82d9682c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:09:25 +0200 Subject: [PATCH 14/24] Builtin regex added --- desktop/toolkit/wxGTK/actions.py | 2 +- desktop/toolkit/wxGTK/pspec.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/desktop/toolkit/wxGTK/actions.py b/desktop/toolkit/wxGTK/actions.py index 2c3235d678..83be6cb062 100644 --- a/desktop/toolkit/wxGTK/actions.py +++ b/desktop/toolkit/wxGTK/actions.py @@ -40,7 +40,7 @@ def setup(): --without-gnomevfs \ --without-odbc \ --with-opengl \ - --with-regex=sys \ + --with-regex=builtin \ --with-zlib=sys \ --with-expat=sys") diff --git a/desktop/toolkit/wxGTK/pspec.xml b/desktop/toolkit/wxGTK/pspec.xml index 3d3ed040d0..76c487da56 100644 --- a/desktop/toolkit/wxGTK/pspec.xml +++ b/desktop/toolkit/wxGTK/pspec.xml @@ -78,6 +78,13 @@ + + 2016-02-23 + 3.0.2 + Fix configure. + İbrahim KARAGÜZEL + ibrahimkaraguzel@windowslive.com + 2015-08-29 3.0.2 From 59aded8ae51def8d631ade55b51b54f5127dc5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:18:33 +0200 Subject: [PATCH 15/24] Moved to contrib --- hardware/misc/ethtool/actions.py | 19 ------------ hardware/misc/ethtool/pspec.xml | 41 -------------------------- hardware/misc/ethtool/translations.xml | 8 ----- 3 files changed, 68 deletions(-) delete mode 100644 hardware/misc/ethtool/actions.py delete mode 100644 hardware/misc/ethtool/pspec.xml delete mode 100644 hardware/misc/ethtool/translations.xml diff --git a/hardware/misc/ethtool/actions.py b/hardware/misc/ethtool/actions.py deleted file mode 100644 index d53a6f222f..0000000000 --- a/hardware/misc/ethtool/actions.py +++ /dev/null @@ -1,19 +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 pisitools -from pisi.actionsapi import get - -def setup(): - autotools.configure() - -def build(): - autotools.make() - -def install(): - autotools.rawInstall('DESTDIR="%s" INSTALL="install -p"' % get.installDIR()) - - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING", "LICENSE") \ No newline at end of file diff --git a/hardware/misc/ethtool/pspec.xml b/hardware/misc/ethtool/pspec.xml deleted file mode 100644 index 05b41b8b5d..0000000000 --- a/hardware/misc/ethtool/pspec.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - ethtool - https://www.kernel.org/pub/software/network/ethtool/ - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - GPLv2 - app:console - Utility to examine and tune ethernet-based network interfaces - ethtool is used for querying and changing settings of an ethernet device. - https://www.kernel.org/pub/software/network/ethtool/ethtool-4.2.tar.gz - - - - ethtool - - /usr/sbin - /usr/share/doc - /usr/share/man - - - - - - 2016-02-18 - 4.2 - Version bump - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2010-11-19 - 2.6.36 - First release - Onur Küçük - onur@pardus.org.tr - - - diff --git a/hardware/misc/ethtool/translations.xml b/hardware/misc/ethtool/translations.xml deleted file mode 100644 index 9be000f472..0000000000 --- a/hardware/misc/ethtool/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - ethtool - Ethernet tabanlı ağ arayüzlerini tanımlamak ve ayarlamak için kullanılan bir yazılım - Ethtool ağ aygıtınızın ayarlarını listelemeye ve bu ayarları değiştirmeye yarar. - - \ No newline at end of file From 14d29d1152f295d7145676ea92c9fb4c648d7439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:20:32 +0200 Subject: [PATCH 16/24] Moved to contrib --- network/analyzer/aircrack-ng/actions.py | 15 ---- network/analyzer/aircrack-ng/pspec.xml | 70 ------------------- network/analyzer/aircrack-ng/translations.xml | 8 --- 3 files changed, 93 deletions(-) delete mode 100644 network/analyzer/aircrack-ng/actions.py delete mode 100644 network/analyzer/aircrack-ng/pspec.xml delete mode 100644 network/analyzer/aircrack-ng/translations.xml diff --git a/network/analyzer/aircrack-ng/actions.py b/network/analyzer/aircrack-ng/actions.py deleted file mode 100644 index 7b5f9a984a..0000000000 --- a/network/analyzer/aircrack-ng/actions.py +++ /dev/null @@ -1,15 +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 - -def build(): - autotools.make("sqlite=true experimental=true pcre=true") - -def install(): - autotools.install("sqlite=true experimental=true pcre=true") - pisitools.dodoc("AUTHORS", "ChangeLog", "LICENSE", "README", "VERSION") diff --git a/network/analyzer/aircrack-ng/pspec.xml b/network/analyzer/aircrack-ng/pspec.xml deleted file mode 100644 index 1becb5edff..0000000000 --- a/network/analyzer/aircrack-ng/pspec.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - aircrack-ng - http://aircrack-ng.org/ - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - GPLv2 - network - app:console - Aircrack-ng is a complete suite of tools to assess WiFi network security. - Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools. - - libpcre-devel - sqlite-devel - libpcap-devel - zlib-devel - pkgconfig - libnl-devel - libpcap-devel - openssl-devel - gcc - make - - http://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz - - - aircrack-ng - Aircrack-ng is a complete suite of tools to assess WiFi network security. - - libpcre - sqlite - libpcap - zlib - libnl - libpcap - openssl - libgcc - iw - - - /etc - /usr/bin - /usr/sbin - /usr/include - /usr/lib - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share - - - - - 2016-02-18 - 1.2 - Release Candidate 4 - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2016-02-11 - 1.2 - Release Candidate 3 - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - diff --git a/network/analyzer/aircrack-ng/translations.xml b/network/analyzer/aircrack-ng/translations.xml deleted file mode 100644 index 25a2cd1156..0000000000 --- a/network/analyzer/aircrack-ng/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - aircrack-ng - Kablosuz ağ zaafiyetlerinden yararlanan bir araç. - 802.11 paket toplama araci airodump, 802.11 injection araci aireplay, wep ve wpa psk kirma araci aircrack ve toplanan paketleri desifre etme araci airdecapi barindiran, kisaca kablosuz ag kartiniz destekliyorsa sifreli olan kablosuz aglari kirip beles internet kullanmaniza olanak saglayacak yazilimdir. - - From bd4bc25e8359bcf00e39ab48686a3bd0adac73f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:20:56 +0200 Subject: [PATCH 17/24] Moved to contrib --- network/analyzer/asleap/actions.py | 15 -------- network/analyzer/asleap/pspec.xml | 47 ------------------------ network/analyzer/asleap/translations.xml | 8 ---- 3 files changed, 70 deletions(-) delete mode 100644 network/analyzer/asleap/actions.py delete mode 100644 network/analyzer/asleap/pspec.xml delete mode 100644 network/analyzer/asleap/translations.xml diff --git a/network/analyzer/asleap/actions.py b/network/analyzer/asleap/actions.py deleted file mode 100644 index 438d44387c..0000000000 --- a/network/analyzer/asleap/actions.py +++ /dev/null @@ -1,15 +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 - -def build(): - autotools.make() - -def install(): - pisitools.dosbin("asleap") - pisitools.dosbin("genkeys") \ No newline at end of file diff --git a/network/analyzer/asleap/pspec.xml b/network/analyzer/asleap/pspec.xml deleted file mode 100644 index 92b1bcca7d..0000000000 --- a/network/analyzer/asleap/pspec.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - asleap - http://www.willhackforsushi.com/?page_id=41 - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - GPLv2 - network - app:console - Actively recover LEAP/PPTP passwords - Demonstrates a serious deficiency in proprietary Cisco LEAP networks. Since LEAP uses a variant of MS-CHAPv2 for the authentication exchange, it is susceptible to accelerated offline dictionary attacks. Asleap can also attack the Point-to-Point Tunneling Protocol (PPTP), and any MS-CHAPv2 exchange where you can specify the challenge and response values on the command line. - - libpcap-devel - openssl-devel - - http://www.willhackforsushi.com/code/asleap/2.2/asleap-2.2.tgz - - - asleap - Actively recover LEAP/PPTP passwords - - libpcap - openssl - - - /etc - /usr/sbin - /usr/include - /usr/lib - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share - - - - - 2016-02-11 - 2.2 - İlk derleme - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - diff --git a/network/analyzer/asleap/translations.xml b/network/analyzer/asleap/translations.xml deleted file mode 100644 index 7d7e639b2d..0000000000 --- a/network/analyzer/asleap/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - asleap - LEAP/PPTP şifrelerini etkince iyileştirir. - Tescilli Cisco LEAP ağlarındaki ciddi zayıflıkları gösterir. LEAP, MS-CHAPv2 türevi yetkilendirme değişimi kullandığı için hızlandırılmış çevrimdışı sözlük saldırıları için elverişlidir. Asleap ayrıca Point-to-Point Tünelleme Protokolüne (PPTP) saldırabilir. - - From 850fd2d308c344ba774c7754c60dd4e7448f7eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:21:15 +0200 Subject: [PATCH 18/24] Moved to contrib --- network/analyzer/bluelog/actions.py | 15 ------- network/analyzer/bluelog/pspec.xml | 50 ----------------------- network/analyzer/bluelog/translations.xml | 8 ---- 3 files changed, 73 deletions(-) delete mode 100644 network/analyzer/bluelog/actions.py delete mode 100644 network/analyzer/bluelog/pspec.xml delete mode 100644 network/analyzer/bluelog/translations.xml diff --git a/network/analyzer/bluelog/actions.py b/network/analyzer/bluelog/actions.py deleted file mode 100644 index ad59c99c74..0000000000 --- a/network/analyzer/bluelog/actions.py +++ /dev/null @@ -1,15 +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 - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("ChangeLog", "COPYING", "README") diff --git a/network/analyzer/bluelog/pspec.xml b/network/analyzer/bluelog/pspec.xml deleted file mode 100644 index c34f6bd377..0000000000 --- a/network/analyzer/bluelog/pspec.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - bluelog - http://www.digifail.com/software/bluelog.shtml - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - GPLv2 - network - app:console - Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end. - Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end, designed for site surveys and traffic monitoring. It's intended to be run for long periods of time in a static location to determine how many discoverable Bluetooth devices there are in the area. - - bluez-libs-devel - wget - - ftp://ftp.digifail.com/software/bluelog/bluelog-1.1.2.tar.gz - - - bluelog - - bluez-libs - - Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end. - - /usr/bin - /usr/sbin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2016-02-17 - 1.1.2 - Docker ile yeni derleme - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2016-02-11 - 1.1.2 - Linux Mavidiş Tarayıcısı - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - diff --git a/network/analyzer/bluelog/translations.xml b/network/analyzer/bluelog/translations.xml deleted file mode 100644 index 56a356ffe7..0000000000 --- a/network/analyzer/bluelog/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - bluelog - Linux Mavidiş Tarama Aracı - Bluelog arkaplanda çalışma seçeneği bulunan, kullanıcının doğrudan kullanabildiği, ağ sayfaları incelemesi ve trafik monitörleme özelliği bulunan bir mavidiş tarama aracıdır. Özelliği ise durağan bir konumda bulunup, uzun süre çalışarak bölgede ne kadar mavidiş aygıtı varsa taramak ve bulmaktır. - - From 239a5c35b5763bc1c39cd319ce8b1efda215a891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:21:33 +0200 Subject: [PATCH 19/24] Moved to contrib --- network/analyzer/bluesnarfer/actions.py | 16 ------- network/analyzer/bluesnarfer/pspec.xml | 45 ------------------- network/analyzer/bluesnarfer/translations.xml | 8 ---- 3 files changed, 69 deletions(-) delete mode 100644 network/analyzer/bluesnarfer/actions.py delete mode 100644 network/analyzer/bluesnarfer/pspec.xml delete mode 100644 network/analyzer/bluesnarfer/translations.xml diff --git a/network/analyzer/bluesnarfer/actions.py b/network/analyzer/bluesnarfer/actions.py deleted file mode 100644 index fc071deee3..0000000000 --- a/network/analyzer/bluesnarfer/actions.py +++ /dev/null @@ -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 - -def build(): - autotools.make() - -def install(): - pisitools.dosbin("bluesnarfer") - pisitools.dodoc("README") - diff --git a/network/analyzer/bluesnarfer/pspec.xml b/network/analyzer/bluesnarfer/pspec.xml deleted file mode 100644 index f65a4de346..0000000000 --- a/network/analyzer/bluesnarfer/pspec.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - bluesnarfer - http://www.alighieri.org/project.html - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - GPLv2 - network - app:console - A Bluetooth bluesnarfing Utility. - rfcomm connection to bdaddr and send/recv AT command from gsm extension. - - bluez-libs-devel - - http://www.alighieri.org/tools/bluesnarfer.tar.gz - - - bluesnarfer - - bluez-libs - - A Bluetooth bluesnarfing Utility. - - / - - - - - 2016-02-17 - 0.1 - Docker ile yeni derleme - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2016-02-11 - 0.1 - A Bluetooth bluesnarfing utility - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - diff --git a/network/analyzer/bluesnarfer/translations.xml b/network/analyzer/bluesnarfer/translations.xml deleted file mode 100644 index 503282533d..0000000000 --- a/network/analyzer/bluesnarfer/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - bluesnarfer - Linux Mavidiş Tüketme Aracı - Mavidiş aygıtının adresine rfcomm bağlantısı ile AT komutları gönderip alır. - - From 124151ad8b1bf320489dfd605b5c32c3ca94be9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:21:50 +0200 Subject: [PATCH 20/24] Moved to contrib --- network/analyzer/bully/actions.py | 16 --------- network/analyzer/bully/pspec.xml | 47 ------------------------- network/analyzer/bully/translations.xml | 8 ----- 3 files changed, 71 deletions(-) delete mode 100644 network/analyzer/bully/actions.py delete mode 100644 network/analyzer/bully/pspec.xml delete mode 100644 network/analyzer/bully/translations.xml diff --git a/network/analyzer/bully/actions.py b/network/analyzer/bully/actions.py deleted file mode 100644 index 3a0b7e6b94..0000000000 --- a/network/analyzer/bully/actions.py +++ /dev/null @@ -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") \ No newline at end of file diff --git a/network/analyzer/bully/pspec.xml b/network/analyzer/bully/pspec.xml deleted file mode 100644 index 54e6d57068..0000000000 --- a/network/analyzer/bully/pspec.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - bully - https://github.com/Lrs121/bully - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - GPLv3 - network - app:console - Implementation of the WPS brute force attack, written in C - 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. - - libpcap-devel - openssl-devel - - https://github.com/Lrs121/bully/archive/v1.0-22.tar.gz - - - bully - Implementation of the WPS brute force attack, written in C - - libpcap - openssl - - - / - - - - - 2016-02-17 - 1.0 - Docker ile yeniden derleme - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2016-02-13 - 1.0 - Implementation of the WPS brute force attack, written in C - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - diff --git a/network/analyzer/bully/translations.xml b/network/analyzer/bully/translations.xml deleted file mode 100644 index 1ae6e5f7a6..0000000000 --- a/network/analyzer/bully/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - bully - Bully, WPS kabadayı saldırı aracı - 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. - - From 799ef7a03f4b3671b517738ec66d56eb626ce556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:22:06 +0200 Subject: [PATCH 21/24] Moved to contrib --- network/analyzer/cowpatty/actions.py | 15 ------ network/analyzer/cowpatty/pspec.xml | 54 ---------------------- network/analyzer/cowpatty/translations.xml | 8 ---- 3 files changed, 77 deletions(-) delete mode 100644 network/analyzer/cowpatty/actions.py delete mode 100644 network/analyzer/cowpatty/pspec.xml delete mode 100644 network/analyzer/cowpatty/translations.xml diff --git a/network/analyzer/cowpatty/actions.py b/network/analyzer/cowpatty/actions.py deleted file mode 100644 index beaa757f25..0000000000 --- a/network/analyzer/cowpatty/actions.py +++ /dev/null @@ -1,15 +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 - -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 deleted file mode 100644 index f737b388f1..0000000000 --- a/network/analyzer/cowpatty/pspec.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - 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 deleted file mode 100644 index 3893ce2f65..0000000000 --- a/network/analyzer/cowpatty/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - 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. - - From 16d13db39e3ff9c4fcabbddff5d6223e223f5989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:22:23 +0200 Subject: [PATCH 22/24] Moved to contrib --- network/analyzer/crackle/actions.py | 17 ---------- network/analyzer/crackle/pspec.xml | 39 ----------------------- network/analyzer/crackle/translations.xml | 8 ----- 3 files changed, 64 deletions(-) delete mode 100644 network/analyzer/crackle/actions.py delete mode 100644 network/analyzer/crackle/pspec.xml delete mode 100644 network/analyzer/crackle/translations.xml diff --git a/network/analyzer/crackle/actions.py b/network/analyzer/crackle/actions.py deleted file mode 100644 index 4a17e823d6..0000000000 --- a/network/analyzer/crackle/actions.py +++ /dev/null @@ -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") diff --git a/network/analyzer/crackle/pspec.xml b/network/analyzer/crackle/pspec.xml deleted file mode 100644 index 400b084830..0000000000 --- a/network/analyzer/crackle/pspec.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - 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 deleted file mode 100644 index bb1cbdb844..0000000000 --- a/network/analyzer/crackle/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - 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. - - From 882004a5735e8a74c80cb8cebdafd5aab607ba5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:23:10 +0200 Subject: [PATCH 23/24] Moved to contrib --- network/connection/iw/actions.py | 18 ----- network/connection/iw/pspec.xml | 103 ------------------------- network/connection/iw/translations.xml | 8 -- 3 files changed, 129 deletions(-) delete mode 100644 network/connection/iw/actions.py delete mode 100644 network/connection/iw/pspec.xml delete mode 100644 network/connection/iw/translations.xml diff --git a/network/connection/iw/actions.py b/network/connection/iw/actions.py deleted file mode 100644 index c5b1ab5bac..0000000000 --- a/network/connection/iw/actions.py +++ /dev/null @@ -1,18 +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(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("CONTRIBUTING", "COPYING", "README") diff --git a/network/connection/iw/pspec.xml b/network/connection/iw/pspec.xml deleted file mode 100644 index 3cb0817963..0000000000 --- a/network/connection/iw/pspec.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - iw - https://wireless.wiki.kernel.org/en/users/documentation/iw - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - GPLv2 - app:console - nl80211-based configuration utility for wireless devices - iw is a new nl80211 based CLI configuration utility for wireless devices using the mac80211 kernel stack. - https://www.kernel.org/pub/software/network/iw/iw-4.3.tar.gz - - libnl-devel - - - - - iw - - libnl - - - /usr/sbin - /usr/share/man - /usr/share/doc - - - - - - 2016-02-18 - 4.3 - Version bump - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2011-02-04 - 0.9.22 - Version bump - Ozan Çağlayan - ozan@pardus.org.tr - - - 2010-10-26 - 0.9.21 - Version bump - Ozan Çağlayan - ozan@pardus.org.tr - - - 2010-10-13 - 0.9.20 - Mass rebuild for Pardus 2011 Beta - Gökcen Eraslan - gokcen@pardus.org.tr - - - 2010-07-23 - 0.9.20 - Version bump - Ozan Çağlayan - ozan@pardus.org.tr - - - 2010-01-12 - 0.9.19 - Version bump to 0.9.19 - Ozan Çağlayan - ozan@pardus.org.tr - - - 2009-11-23 - 0.9.18 - Bump to 0.9.18 - Ozan Çağlayan - ozan@pardus.org.tr - - - 2009-08-12 - 0.9.15 - Version bump - Ozan Çağlayan - ozan@pardus.org.tr - - - 2009-06-06 - 0.9.14 - Version bump and take over the package. - Ozan Çağlayan - ozan@pardus.org.tr - - - 2008-08-09 - 0.1 - First Release - İşbaran Akçayır - isbaran@gmail.com - - - diff --git a/network/connection/iw/translations.xml b/network/connection/iw/translations.xml deleted file mode 100644 index aa04899c32..0000000000 --- a/network/connection/iw/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - iw - Kablosuz cihaz sürücüleri için nl80211 tabanlı yapılandırma aracı - iw mac80211 protokol yığınını kullanan kablosuz aygıt sürücüleri için nl80211 tabanlı yeni bir yapılandırma aracıdır. - - From 946d9e0147fcc6292f6127f26a4d9742607d55c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:23:29 +0200 Subject: [PATCH 24/24] Moved to contrib --- network/connection/rfkill/actions.py | 18 ------- network/connection/rfkill/pspec.xml | 55 ---------------------- network/connection/rfkill/translations.xml | 8 ---- 3 files changed, 81 deletions(-) delete mode 100644 network/connection/rfkill/actions.py delete mode 100644 network/connection/rfkill/pspec.xml delete mode 100644 network/connection/rfkill/translations.xml diff --git a/network/connection/rfkill/actions.py b/network/connection/rfkill/actions.py deleted file mode 100644 index ce4b251c3f..0000000000 --- a/network/connection/rfkill/actions.py +++ /dev/null @@ -1,18 +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(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("COPYING", "README") diff --git a/network/connection/rfkill/pspec.xml b/network/connection/rfkill/pspec.xml deleted file mode 100644 index 0ecf195d3a..0000000000 --- a/network/connection/rfkill/pspec.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - rfkill - https://wireless.wiki.kernel.org/en/users/Documentation/rfkill - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - as-is - app:console - Small tool to query rfkill devices - rfkill is a small tool to query the state of rfkill switches, buttons and subsytem interfaces. - https://www.kernel.org/pub/software/network/rfkill/rfkill-0.5.tar.gz - - - - rfkill - - /usr/sbin - /usr/share/man - /usr/share/doc - - - - - - 2016-02-18 - 0.5 - Version bump - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2014-03-10 - 0.4 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-05-04 - 0.4 - Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2010-06-16 - 0.4 - First release - Pisi Linux Admins - admins@pisilinux.org - - - \ No newline at end of file diff --git a/network/connection/rfkill/translations.xml b/network/connection/rfkill/translations.xml deleted file mode 100644 index c48f9936b9..0000000000 --- a/network/connection/rfkill/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - rfkill - rfkill anahtarlarını yapılandırma aracı - rfkill, rfkill anahtarlarının, düğmelerinin ve altsistem arayüzlerinin mevcut durumlarını sorgulamak ve değiştirmek için geliştirilmiş ufak bir yazılımdır. - -